
/* === HERO PILL STACK (from reference template) === */
.rsg-page .hero-pill-stack { position: absolute; bottom: 22px; right: -56px; z-index: 5; display: flex; flex-direction: column; gap: 10px; align-items: flex-end; }
.rsg-page .hps-pill { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 6px 15px 6px 6px; box-shadow: 0 10px 26px rgba(0,0,0,0.16), 0 2px 8px rgba(0,0,0,0.07); white-space: nowrap; }
.rsg-page .hps-pill .hps-ic { width: 24px; height: 24px; border-radius: 50%; background: linear-gradient(135deg, var(--green-500), var(--green-700)); color: #fff; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 3px 8px rgba(32,157,80,0.28); }
.rsg-page .hps-pill .hps-ic svg { width: 13px; height: 13px; stroke: #fff; }
.rsg-page .hps-pill .hps-txt { font-family: var(--font-display); font-size: 11.5px; font-weight: 700; color: var(--ink-900); letter-spacing: -0.005em; }
.rsg-page .hps-pill .hps-txt span { font-weight: 500; color: var(--ink-500); }

/* === PHONE SCREEN — LIGHT CHATGPT UI === */
.rsg-page .ph-ai-topbar { display: flex; align-items: center; gap: 6px; padding: 7px 12px 6px; border-bottom: 1px solid #EBEBEB; background: #FAFAFA; }
.rsg-page .ph-ai-name { font-family: var(--font-display); font-size: 11px; font-weight: 700; color: #1a1a1a; }
.rsg-page .ph-ai-model { font-family: var(--font-mono); font-size: 8.5px; color: #888; letter-spacing: 0.04em; margin-left: auto; }
.rsg-page .ph-ai-query { display: flex; align-items: center; gap: 6px; margin: 8px 10px 0; padding: 6px 10px; background: #F1F3F4; border-radius: 18px; border: 1px solid #E8EAED; }
.rsg-page .ph-ai-query span { font-size: 9px; color: #5F6368; font-family: var(--font-display); font-weight: 500; line-height: 1.3; }
.rsg-page .ph-ai-card { margin: 8px 10px 0; background: #fff; border: 1px solid #E8EAED; border-radius: 10px; padding: 10px; box-shadow: 0 1px 3px rgba(0,0,0,0.06); }
.rsg-page .ph-ai-card-tag { display: flex; align-items: center; gap: 5px; margin-bottom: 7px; }
.rsg-page .ph-ai-dot { width: 6px; height: 6px; border-radius: 50%; background: #2C7A4B; box-shadow: 0 0 0 2px rgba(44,122,75,0.18); flex-shrink: 0; }
.rsg-page .ph-ai-card-tag span:last-child { font-family: var(--font-mono); font-size: 8px; letter-spacing: 0.12em; text-transform: uppercase; color: #2C7A4B; font-weight: 700; }
.rsg-page .ph-ai-biz { font-family: var(--font-display); font-size: 11.5px; font-weight: 800; color: #1a1a1a; margin-bottom: 5px; line-height: 1.3; }
.rsg-page .ph-ai-rating { display: flex; align-items: center; gap: 5px; margin-bottom: 7px; }
.rsg-page .ph-stars { font-size: 9px; color: #F59E0B; letter-spacing: 1px; }
.rsg-page .ph-rating-text { font-size: 9px; color: #555; font-family: var(--font-display); }
.rsg-page .ph-ai-note { font-size: 8.5px; line-height: 1.5; color: #6B7280; margin: 0; font-family: var(--font-display); }
.rsg-page .ph-ai-sources { display: flex; gap: 4px; padding: 7px 10px; flex-wrap: wrap; }
.rsg-page .ph-src-chip { padding: 3px 8px; background: #F1F3F4; border-radius: 4px; font-size: 8px; color: #5F6368; font-family: var(--font-mono); letter-spacing: 0.04em; border: 1px solid #E8EAED; }

/* Hero stat sticker sub-text (already in patch but ensure) */
.rsg-page .hss-sub { font-family: var(--font-mono); font-size: 7.5px; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-top: 1px; display: block; }

/* Mobile: hide pill stack on small screens */
@media (max-width: 900px) {
  .rsg-page .hero-pill-stack { display: none; }
}
@media (max-width: 480px) {
  .rsg-page .phone-shell { left: 0; }
}

/* === Redesigned phone conversation UI === */
.rsg-page .ph-chat-user { padding: 7px 10px 4px; display: flex; justify-content: flex-end; }
.rsg-page .ph-user-msg { background: #F0F0F0; border-radius: 14px 14px 4px 14px; padding: 7px 11px; font-size: 10.5px; color: #1a1a1a; line-height: 1.45; max-width: 85%; }
.rsg-page .ph-chat-ai { display: flex; gap: 7px; padding: 5px 10px 4px; align-items: flex-start; }
.rsg-page .ph-ai-avatar { width: 18px; height: 18px; flex-shrink: 0; border-radius: 50%; background: #1a1a1a; display: flex; align-items: center; justify-content: center; margin-top: 1px; }
.rsg-page .ph-ai-response { font-size: 10px; color: #1a1a1a; line-height: 1.6; flex: 1; }
.rsg-page .ph-ai-response strong { font-weight: 700; color: #111; }
.rsg-page .ph-ai-tag { display: inline-flex; align-items: center; gap: 4px; margin-top: 6px; font-size: 9px; color: var(--green-700); font-weight: 700; background: var(--green-50); border: 1px solid rgba(44,122,75,0.2); border-radius: 999px; padding: 2px 7px 2px 5px; }
.rsg-page .ph-ai-stars { padding: 2px 10px 5px 35px; font-size: 9.5px; color: #E67E22; }
.rsg-page .ph-ai-stars span { color: #666; font-size: 9px; margin-left: 2px; }
.rsg-page .ph-ai-sources { display: flex; align-items: center; gap: 4px; padding: 6px 10px 8px; border-top: 1px solid #EBEBEB; flex-wrap: wrap; }
.rsg-page .ph-src-label { font-size: 8.5px; color: #999; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; margin-right: 2px; }
.rsg-page .ph-src-chip { font-size: 9px; padding: 2px 7px; background: #F5F5F5; border: 1px solid #E0E0E0; border-radius: 999px; color: #444; font-weight: 600; }

.rsg-page .btn-dark { background: #111111; color: #ffffff; border: none; }
.rsg-page .btn-dark:hover { background: #2a2a2a; color: #ffffff; }

/* ===== AI SEO Intro + Chat Mockup ===== */
.rsg-page .aiseo-intro-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; margin: 0 0 48px; }
.rsg-page #how-it-works .section-header { margin-bottom: 28px; }
.rsg-page .aiseo-intro-left .aiseo-intro-body { font-size: 15.5px; line-height: 1.75; color: var(--ink-900); font-family: var(--font-body); margin: 0 0 16px; }
.rsg-page .aiseo-intro-left .aiseo-intro-body strong { color: var(--green-700); font-weight: 700; }

.rsg-page .aiseo-chat-card { background: #fff; border: 1px solid #E5E7EB; border-radius: 14px; overflow: hidden; box-shadow: 0 8px 32px rgba(0,0,0,0.10); }
.rsg-page .aiseo-chat-topbar { display: flex; align-items: center; gap: 6px; padding: 10px 14px; background: #F3F4F6; border-bottom: 1px solid #E5E7EB; }
.rsg-page .aiseo-chat-dot { width: 10px; height: 10px; border-radius: 50%; background: #D1D5DB; }
.rsg-page .aiseo-chat-dot:first-child { background: #F87171; }
.rsg-page .aiseo-chat-dot:nth-child(2) { background: #FBBF24; }
.rsg-page .aiseo-chat-dot:nth-child(3) { background: #34D399; }
.rsg-page .aiseo-chat-title { font-size: 12px; font-weight: 600; color: #6B7280; margin-left: auto; font-family: var(--font-body); }
.rsg-page .aiseo-chat-query { padding: 14px 16px 10px; background: #F9FAFB; border-bottom: 1px solid #F3F4F6; display: flex; justify-content: flex-end; }
.rsg-page .aiseo-query-bubble { display: inline-block; background: #F3F4F6; border: 1px solid #E5E7EB; border-radius: 20px; padding: 6px 14px; font-size: 12.5px; color: #374151; font-family: var(--font-body); }
.rsg-page .aiseo-chat-response { padding: 16px 18px; }
.rsg-page .aiseo-res-intro { font-size: 12.5px; line-height: 1.65; color: #374151; margin: 0 0 10px; font-family: var(--font-body); }
.rsg-page .aiseo-res-intro strong { color: #111; font-weight: 700; }
.rsg-page .aiseo-res-heading { font-size: 12.5px; font-weight: 700; color: #111; margin: 0 0 8px; font-family: var(--font-body); }
.rsg-page .aiseo-res-item { font-size: 12px; color: #374151; margin: 0 0 4px; font-family: var(--font-body); line-height: 1.5; }
.rsg-page .aiseo-res-item strong { font-weight: 700; color: #111; }
.rsg-page .aiseo-res-list { margin: 0 0 10px; padding-left: 18px; }
.rsg-page .aiseo-res-list li { font-size: 12px; color: #4B5563; line-height: 1.65; font-family: var(--font-body); }
.rsg-page .aiseo-res-bestfor { font-size: 12px; color: #374151; margin: 0; font-family: var(--font-body); border-top: 1px solid #F3F4F6; padding-top: 10px; }
.rsg-page .aiseo-res-bestfor strong { font-weight: 700; color: #111; }

@media (max-width: 768px) {
  .rsg-page .aiseo-intro-wrap { grid-template-columns: 1fr; gap: 28px; }
}

.rsg-page .aiseo-signals { display: flex; flex-direction: column; gap: 8px; margin: 12px 0 20px; }
.rsg-page .aiseo-signal-card { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 18px; background: linear-gradient(to right, #F4FAF6 0%, #ffffff 60%); border: 1px solid rgba(44,122,75,0.14); border-left: 3px solid var(--green-500); border-radius: 10px; }
.rsg-page .aiseo-signal-card .asc-main { flex: 1; }
.rsg-page .aiseo-signal-card .asc-main strong { display: block; font-size: 13.5px; font-weight: 700; color: var(--ink-900); font-family: var(--font-body); line-height: 1.3; margin-bottom: 3px; }
.rsg-page .aiseo-signal-card .asc-main span { display: block; font-size: 11.5px; color: var(--ink-2); font-family: var(--font-body); line-height: 1.5; }
.rsg-page .aiseo-signal-card .asc-pill { display: inline-flex; align-items: center; flex-shrink: 0; padding: 4px 10px; background: var(--green-50); border: 1px solid rgba(44,122,75,0.22); border-radius: 999px; font-size: 10.5px; font-weight: 700; color: var(--green-700); font-family: var(--font-mono); letter-spacing: 0.04em; white-space: nowrap; }
.rsg-page .aiseo-platforms { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.rsg-page .aiseo-plat-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ink-2); font-family: var(--font-body); margin-right: 4px; }
.rsg-page .aiseo-plat-chip { display: inline-flex; align-items: center; padding: 4px 12px; background: #F3F4F6; border: 1px solid #E5E7EB; border-radius: 999px; font-size: 12px; font-weight: 600; color: var(--ink-900); font-family: var(--font-body); }

/* ===== AI SEO Ecosystem Visual ===== */
.rsg-page .aiseo-ecosystem { background: linear-gradient(135deg, #0F1923 0%, #152030 100%); border-radius: 14px; overflow: hidden; margin-top: 22px; border: 1px solid rgba(255,255,255,0.07); }
.rsg-page .aise-eyebrow { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.35); font-weight: 700; padding: 14px 18px 0; }
.rsg-page .aise-flow { display: flex; align-items: center; gap: 0; padding: 16px 18px 18px; }
.rsg-page .aise-step { display: flex; align-items: flex-start; gap: 12px; flex: 1; }
.rsg-page .aise-step-icon { width: 38px; height: 38px; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.rsg-page .aise-icon-blue { background: linear-gradient(135deg, #3B82F6, #1D4ED8); box-shadow: 0 4px 14px rgba(59,130,246,0.35); }
.rsg-page .aise-icon-amber { background: linear-gradient(135deg, #F59E0B, #D97706); box-shadow: 0 4px 14px rgba(245,158,11,0.35); }
.rsg-page .aise-step-body { flex: 1; }
.rsg-page .aise-step-body strong { display: block; font-size: 12px; font-weight: 700; color: #fff; font-family: var(--font-body); margin-bottom: 6px; }
.rsg-page .aise-mini-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 4px; }
.rsg-page .aise-mini-list li { font-size: 10.5px; color: rgba(255,255,255,0.5); font-family: var(--font-body); line-height: 1.4; padding-left: 10px; position: relative; }
.rsg-page .aise-mini-list li::before { content: ""; position: absolute; left: 0; top: 6px; width: 4px; height: 4px; border-radius: 50%; background: rgba(44,122,75,0.7); }
.rsg-page .aise-arrow { flex-shrink: 0; padding: 0 6px; display: flex; align-items: center; }
.rsg-page .aise-step-hub { flex: 1.1; }
.rsg-page .aise-hub-ring { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, var(--green-600), var(--green-500)); box-shadow: 0 0 0 6px rgba(44,122,75,0.18), 0 4px 18px rgba(44,122,75,0.40); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.rsg-page .aise-hub-sub { font-size: 10px; color: rgba(255,255,255,0.45); font-family: var(--font-body); line-height: 1.4; margin-top: 4px; display: block; }
.rsg-page .aise-plat-row { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 4px; }
.rsg-page .aise-plat { font-size: 9.5px; padding: 2px 8px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); border-radius: 999px; color: rgba(255,255,255,0.7); font-family: var(--font-body); font-weight: 600; }
.rsg-page .aise-result-bar { display: flex; align-items: center; gap: 8px; padding: 10px 18px; background: rgba(44,122,75,0.12); border-top: 1px solid rgba(44,122,75,0.2); font-size: 11px; color: rgba(255,255,255,0.6); font-family: var(--font-body); font-style: italic; }

/* ===== SEO/AEO/GEO Visibility Section ===== */
.rsg-page .vis-section { background: #fff; padding: var(--section-y) 0; }

/* === VP 3-col cards (SEO / AEO / GEO — website-design style) === */
.rsg-page .vp-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 0 0 48px; }
.rsg-page .vp-card { background: #fff; border-radius: 16px; overflow: hidden; border: 1px solid #E5E7EB; box-shadow: 0 4px 24px rgba(0,0,0,0.08); display: flex; flex-direction: column; }
/* Browser chrome */
.rsg-page .vp-browser-wrap { display: flex; flex-direction: column; border-bottom: 1px solid #E5E7EB; }
.rsg-page .vp-chrome { display: flex; align-items: center; gap: 6px; padding: 9px 12px; background: #F3F4F6; }
.rsg-page .vp-dot { width: 9px; height: 9px; border-radius: 50%; flex-shrink: 0; }
.rsg-page .vp-dot-r { background: #FF5F57; }
.rsg-page .vp-dot-y { background: #FEBC2E; }
.rsg-page .vp-dot-g { background: #28C840; }
.rsg-page .vp-chrome-label { flex: 1; text-align: center; font-family: var(--font-head); font-size: 9px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #374151; }
.rsg-page .vp-shot { overflow: hidden; }
.rsg-page .vp-shot img { width: 100%; height: 200px; display: block; object-fit: cover; object-position: top; }
/* Card body */
.rsg-page .vp-body { padding: 22px 22px 26px; display: flex; flex-direction: column; flex: 1; }
.rsg-page .vp-icon-row { display: flex; align-items: center; gap: 10px; margin: -22px -22px 16px; padding: 14px 18px 13px; border-radius: 0; }
.rsg-page .vp-card .vp-icon-row { background: linear-gradient(110deg, #F0FDF4 0%, #F8FDF9 100%); }
.rsg-page .vp-icon { width: 38px; height: 38px; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.rsg-page .vp-icon-seo, .rsg-page .vp-icon-aeo, .rsg-page .vp-icon-geo { background: linear-gradient(135deg, #1A6B3F 0%, var(--green-500) 100%); box-shadow: 0 6px 20px rgba(44,122,75,0.32); }
.rsg-page .vp-heading { display: flex; flex-direction: column; gap: 3px; }
.rsg-page .vp-title { font-family: var(--font-head); font-size: 22px; font-weight: 900; line-height: 1; color: var(--ink-900); margin: 0; letter-spacing: -0.01em; }
.rsg-page .vp-subtitle { font-family: var(--font-head); font-size: 9.5px; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.rsg-page .vp-sub-seo, .rsg-page .vp-sub-aeo, .rsg-page .vp-sub-geo { color: var(--green-500); }
.rsg-page .vp-desc { font-family: var(--font-body); font-size: 14px; line-height: 1.65; color: #374151; margin: 0 0 16px; }
.rsg-page .vp-checks { list-style: none; padding: 0; margin: 0 0 0; display: flex; flex-direction: column; gap: 0; }
.rsg-page .vp-checks li { display: flex; align-items: flex-start; gap: 9px; padding: 8px 0; border-top: 1px solid #F3F4F6; font-family: var(--font-body); font-size: 13.5px; color: #374151; line-height: 1.45; }
.rsg-page .vp-checks li:first-child { border-top: none; padding-top: 0; }
.rsg-page .vp-ck-icon { flex-shrink: 0; margin-top: 1px; }
@media (max-width: 860px) {
  .rsg-page .vp-cards { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .rsg-page .vp-cards { grid-template-columns: 1fr; }
}

/* Comparison Table */
.rsg-page .vis-table-wrap { overflow-x: auto; margin: 0 0 48px; border-radius: 12px; border: 1px solid var(--line); box-shadow: 0 2px 12px rgba(0,0,0,0.05); }
.rsg-page .vis-table { width: 100%; border-collapse: collapse; font-family: var(--font-body); font-size: 13.5px; }
.rsg-page .vis-table thead tr { background: #F9FAFB; }
.rsg-page .vis-table th { padding: 13px 16px; text-align: left; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ink-2); border-bottom: 1px solid var(--line); white-space: nowrap; }
.rsg-page .vis-table td { padding: 14px 16px; border-bottom: 1px solid #F3F4F6; color: var(--ink-900); line-height: 1.5; vertical-align: middle; }
.rsg-page .vis-table tbody tr:last-child td { border-bottom: none; }
.rsg-page .vis-row-featured td { background: #F4FAF6; }
.rsg-page .vis-model-badge { display: inline-flex; align-items: center; padding: 4px 12px; border-radius: 999px; font-size: 11px; font-weight: 800; font-family: var(--font-mono); letter-spacing: 0.1em; white-space: nowrap; }
.rsg-page .vis-seo { background: #EFF6FF; color: #1D4ED8; }
.rsg-page .vis-aeo { background: #FFF7ED; color: #C2410C; }
.rsg-page .vis-geo { background: #F0FDF4; color: var(--green-700); }

/* 3-col cards */
.rsg-page .vis-cards { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; margin: 0 0 40px; }
.rsg-page .vis-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 0; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.05); display: flex; flex-direction: column; }
.rsg-page .vis-card-geo { border-color: rgba(44,122,75,0.2); }

/* Browser mockup */
.rsg-page .vis-card-mockup { border-bottom: 1px solid var(--line); overflow: hidden; }
.rsg-page .vcm-bar { display: flex; align-items: center; gap: 8px; padding: 10px 12px; background: #F3F4F6; border-bottom: 1px solid #E5E7EB; }
.rsg-page .vcm-favicon { width: 18px; height: 18px; border-radius: 4px; display: inline-flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 900; flex-shrink: 0; }
.rsg-page .vcm-g { background: #fff; color: #4285F4; border: 1px solid #E5E7EB; }
.rsg-page .vcm-input { flex: 1; background: #fff; border: 1px solid #E5E7EB; border-radius: 20px; padding: 4px 12px; font-size: 10px; color: #374151; font-family: var(--font-body); overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.rsg-page .vcm-search-ic { font-size: 12px; color: #9CA3AF; flex-shrink: 0; }
.rsg-page .vcm-body { padding: 10px 12px; min-height: 130px; background: #fff; }
.rsg-page .vcm-result { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #F3F4F6; }
.rsg-page .vcm-result:last-child { border-bottom: none; margin-bottom: 0; }
.rsg-page .vcm-r-name { font-size: 11px; font-weight: 700; color: #1A56DB; font-family: var(--font-body); margin-bottom: 2px; }
.rsg-page .vcm-r-stars { font-size: 9.5px; color: #6B7280; margin-bottom: 2px; font-family: var(--font-body); }
.rsg-page .vcm-r-stars span { color: #374151; font-weight: 600; }
.rsg-page .vcm-r-desc { font-size: 10px; color: #6B7280; line-height: 1.45; font-family: var(--font-body); }

/* Featured snippet mockup */
.rsg-page .vcm-snippet { background: #F8FAFF; border: 1px solid #DBEAFE; border-radius: 8px; padding: 10px; margin-bottom: 8px; }
.rsg-page .vcm-snippet-label { font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: #6B7280; margin-bottom: 6px; font-family: var(--font-mono); }
.rsg-page .vcm-snippet-text { font-size: 10.5px; color: #374151; line-height: 1.55; margin: 0 0 6px; font-family: var(--font-body); }
.rsg-page .vcm-snippet-source { font-size: 9.5px; color: #059669; font-family: var(--font-body); }
.rsg-page .vcm-paa-label { font-size: 9.5px; font-weight: 700; color: #374151; margin-bottom: 4px; font-family: var(--font-body); }
.rsg-page .vcm-paa-item { font-size: 10px; color: #374151; padding: 4px 0; border-bottom: 1px solid #F3F4F6; font-family: var(--font-body); }

/* AI/dark mockup */
.rsg-page .vcm-dark { background: #1A1A2E; }
.rsg-page .vcm-bar-dark { background: #111827; border-bottom-color: #374151; }
.rsg-page .vcm-ai-logo { width: 18px; height: 18px; border-radius: 4px; background: var(--green-500); color: #fff; font-size: 8px; font-weight: 900; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; font-family: var(--font-mono); }
.rsg-page .vcm-input-dark { background: #1F2937; border-color: #374151; color: #D1D5DB; }
.rsg-page .vcm-ai-intro { font-size: 10.5px; color: #D1D5DB; line-height: 1.6; margin: 0 0 8px; font-family: var(--font-body); }
.rsg-page .vcm-ai-link { color: #6EE7B7; text-decoration: underline; }
.rsg-page .vcm-ai-heading { font-size: 11px; font-weight: 700; color: #fff; margin-bottom: 6px; font-family: var(--font-body); }
.rsg-page .vcm-ai-company { margin-bottom: 6px; padding-bottom: 6px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.rsg-page .vcm-ai-company strong { display: block; font-size: 10.5px; color: #fff; font-family: var(--font-body); }
.rsg-page .vcm-ai-company span { font-size: 9.5px; color: #9CA3AF; font-family: var(--font-body); }

/* Card content */
.rsg-page .vis-card-title { font-size: 15px; font-weight: 700; color: var(--ink-900); font-family: var(--font-body); margin: 18px 20px 8px; line-height: 1.3; }
.rsg-page .vis-card-title span { font-weight: 400; color: var(--ink-2); font-size: 13px; }
.rsg-page .vis-card-body { font-size: 13px; color: var(--ink-2); line-height: 1.65; margin: 0 20px 12px; font-family: var(--font-body); }
.rsg-page .vis-card-list { margin: 0 20px 20px; padding-left: 16px; }
.rsg-page .vis-card-list li { font-size: 12.5px; color: var(--ink-900); line-height: 1.6; margin-bottom: 4px; font-family: var(--font-body); }
.rsg-page .vis-card-list em { font-style: italic; color: var(--green-700); }

/* Key Difference */
/* === Key Difference — premium card redesign === */
.rsg-page .kd-premium { background: linear-gradient(135deg, #F8FFFE 0%, #EFF9F4 100%); border-radius: 20px; padding: 44px 48px 40px; border: 1px solid rgba(44,122,75,0.13); position: relative; overflow: hidden; }
.rsg-page .kd-premium::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle, #D1FAE5 1px, transparent 1px); background-size: 22px 22px; opacity: 0.5; pointer-events: none; }
.rsg-page .kd-premium::after { content: ""; position: absolute; top: -80px; right: -80px; width: 300px; height: 300px; border-radius: 50%; background: radial-gradient(circle, rgba(44,122,75,0.1) 0%, transparent 65%); pointer-events: none; }
.rsg-page .kd-eyebrow { font-family: var(--font-head); font-size: 10px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--green-500); display: flex; align-items: center; gap: 8px; margin-bottom: 28px; position: relative; z-index: 1; }
.rsg-page .kd-cols { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px; margin-bottom: 32px; position: relative; z-index: 1; }
.rsg-page .kd-col { border-radius: 16px; overflow: hidden; border: 1px solid #E5E7EB; box-shadow: 0 8px 28px rgba(0,0,0,0.08); display: flex; flex-direction: column; }
/* Colored gradient header per card */
.rsg-page .kd-col-head { padding: 22px 22px 18px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; min-height: 110px; }
.rsg-page .kd-col-seo .kd-col-head { background: linear-gradient(135deg, #F0FDF4 0%, #D1FAE5 100%); }
.rsg-page .kd-col-aeo .kd-col-head { background: linear-gradient(135deg, #DCFCE7 0%, #A7F3D0 100%); }
.rsg-page .kd-col-geo .kd-col-head { background: linear-gradient(135deg, #166534 0%, #2C7A4B 100%); }
/* Ghost number inside head */
.rsg-page .kd-ghost-num { display: none; }
.rsg-page .kd-col-seo .kd-ghost-num { color: rgba(22,101,52,0.12); }
.rsg-page .kd-col-aeo .kd-ghost-num { color: rgba(22,101,52,0.14); }
.rsg-page .kd-col-geo .kd-ghost-num { color: rgba(255,255,255,0.15); }
/* Head icon */
.rsg-page .kd-head-icon { width: 36px; height: 36px; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }
.rsg-page .kd-col-seo .kd-head-icon { background: var(--green-500); box-shadow: 0 4px 12px rgba(44,122,75,0.30); }
.rsg-page .kd-col-aeo .kd-head-icon { background: #1A6B3F; box-shadow: 0 4px 12px rgba(26,107,63,0.35); }
.rsg-page .kd-col-geo .kd-head-icon { background: rgba(255,255,255,0.2); box-shadow: none; border: 1px solid rgba(255,255,255,0.3); }
/* Badge */
.rsg-page .kd-badge { display: inline-block; padding: 3px 10px; border-radius: 999px; font-family: var(--font-head); font-size: 10px; font-weight: 800; letter-spacing: 0.1em; width: fit-content; }
.rsg-page .kd-badge-seo { background: rgba(44,122,75,0.15); color: #166534; }
.rsg-page .kd-badge-aeo { background: rgba(44,122,75,0.2); color: #14532D; }
.rsg-page .kd-badge-geo { background: rgba(255,255,255,0.2); color: #fff; border: 1px solid rgba(255,255,255,0.3); }
/* Card body */
.rsg-page .kd-col-body { background: #fff; padding: 18px 22px 22px; flex: 1; display: flex; flex-direction: column; }
.rsg-page .kd-col-geo .kd-col-body { background: #fff; }
.rsg-page .kd-gets { font-family: var(--font-body); font-size: 11px; color: #9CA3AF; margin-bottom: 2px; }
.rsg-page .kd-outcome { font-family: var(--font-head); font-size: 26px; font-weight: 900; color: var(--ink-900); line-height: 1; letter-spacing: -0.02em; margin-bottom: 8px; }
.rsg-page .kd-note { font-family: var(--font-body); font-size: 13px; color: #6B7280; line-height: 1.55; margin: 0 0 14px; }
/* Mini platform visualization */
.rsg-page .kd-mini-viz { border-radius: 8px; border: 1px solid #F3F4F6; background: #FAFAFA; padding: 10px 10px 8px; flex: 1; }
.rsg-page .kd-mini-viz svg { width: 100%; height: auto; display: block; }
.rsg-page .kd-featured-pill { display: inline-block; margin-top: 14px; background: var(--green-500); color: #fff; font-family: var(--font-head); font-size: 9px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px; }
.rsg-page .kd-arrow { display: none; }
.rsg-page .kd-footer { font-family: var(--font-body); font-size: 14px; color: #4B5563; line-height: 1.75; padding-top: 28px; border-top: 1px solid rgba(44,122,75,0.15); position: relative; z-index: 1; }
@media (max-width: 860px) {
  .rsg-page .kd-cols { grid-template-columns: 1fr; }
  .rsg-page .kd-premium { padding: 32px 24px; }
  .rsg-page .kd-outcome { font-size: 24px; }
}
.rsg-page .vis-kd-close { font-size: 14.5px; color: var(--ink-2); line-height: 1.7; margin: 0; font-family: var(--font-body); }
.rsg-page .vis-kd-close strong { color: var(--green-700); font-weight: 700; }

@media (max-width: 900px) {
  .rsg-page .vis-cards { grid-template-columns: 1fr; }
  .rsg-page .vis-kd-row { flex-direction: column; gap: 16px; align-items: flex-start; }
  .rsg-page .vis-kd-divider { width: 40px; height: 1px; margin: 0; }
}

/* ===== Redesigned vis-cards with browser frames ===== */
.rsg-page .vis-section { background: #F8FAFC; }
.rsg-page .vis-cards { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; margin: 0 0 40px; align-items: start; }
.rsg-page .vis-card { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 4px 24px rgba(0,0,0,0.07), 0 1px 4px rgba(0,0,0,0.04); border: 1px solid #E5E7EB; display: flex; flex-direction: column; }
.rsg-page .vc-seo { }
.rsg-page .vc-aeo { }
.rsg-page .vc-geo { }

/* Browser frame */
.rsg-page .vc-browser { background: #F3F4F6; border-bottom: 1px solid #E5E7EB; }
.rsg-page .vc-browser-bar { display: flex; align-items: center; gap: 6px; padding: 9px 12px; }
.rsg-page .vc-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.rsg-page .vc-red { background: #FF5F57; }
.rsg-page .vc-yellow { background: #FFBD2E; }
.rsg-page .vc-green-dot { background: #28C840; }
.rsg-page .vc-url-bar { flex: 1; background: #fff; border: 1px solid #E5E7EB; border-radius: 6px; padding: 5px 10px; font-size: 10.5px; color: #6B7280; font-family: var(--font-body); display: flex; align-items: center; gap: 6px; overflow: hidden; min-width: 0; }
.rsg-page .vc-url-bar span { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.rsg-page .vc-url-dark { background: #1F2937; border-color: #374151; color: #9CA3AF; }
.rsg-page .vc-img-wrap { overflow: hidden; max-height: 220px; }
.rsg-page .vc-img-wrap img { width: 100%; display: block; object-fit: cover; object-position: top; }

/* Card content */
.rsg-page .vc-content { padding: 20px 22px 24px; flex: 1; display: flex; flex-direction: column; }
.rsg-page .vc-platform-tag { display: inline-flex; align-items: center; padding: 3px 10px; border-radius: 999px; font-size: 10px; font-weight: 700; font-family: var(--font-mono); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 10px; width: fit-content; }
.rsg-page .vc-tag-seo { background: #EFF6FF; color: #1D4ED8; }
.rsg-page .vc-tag-aeo { background: #FFF7ED; color: #B45309; }
.rsg-page .vc-tag-geo { background: #F0FDF4; color: var(--green-700); }
.rsg-page .vc-title { font-size: 16px; font-weight: 600; color: var(--ink-900); font-family: var(--font-body); margin: 0 0 10px; line-height: 1.3; }
.rsg-page .vc-title strong { font-weight: 800; }
.rsg-page .vc-title span { font-weight: 400; color: var(--ink-2); font-size: 14px; }
.rsg-page .vc-body { font-size: 13.5px; color: var(--ink-2); line-height: 1.65; margin: 0 0 14px; font-family: var(--font-body); }
.rsg-page .vc-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 7px; margin-top: auto; }
.rsg-page .vc-list li { font-size: 13px; color: var(--ink-900); line-height: 1.5; font-family: var(--font-body); padding-left: 16px; position: relative; }
.rsg-page .vc-list li::before { content: ""; position: absolute; left: 0; top: 7px; width: 6px; height: 6px; border-radius: 50%; }
.rsg-page .vc-list-seo li::before { background: #3B82F6; }
.rsg-page .vc-list-aeo li::before { background: #F59E0B; }
.rsg-page .vc-list-geo li::before { background: var(--green-500); }
.rsg-page .vc-list em { font-style: italic; font-weight: 600; }

@media (max-width: 900px) {
  .rsg-page .vis-cards { grid-template-columns: 1fr; }
}
/* === §3b Search Behavior Changed section === */
.rsg-page .sb-section { background: #fff; }
/* Comparison table */
.rsg-page .tn-table-wrap { margin: 44px 0 28px; overflow-x: auto; }
.rsg-page .tn-table { width: 100%; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); overflow: hidden; border-collapse: collapse; }
.rsg-page .tn-table th,
.rsg-page .tn-table td { padding: 15px 22px; text-align: left; vertical-align: middle; }
.rsg-page .tn-dim-head { width: 195px; background: var(--paper-soft); border-bottom: 2px solid var(--line); }
.rsg-page .tn-then-head { background: var(--paper-soft); border-bottom: 2px solid var(--line); border-left: 1px solid var(--line); }
.rsg-page .tn-now-head { background: linear-gradient(180deg, rgba(44,122,75,0.14) 0%, rgba(44,122,75,0.05) 100%); border-bottom: 2px solid var(--line); border-left: 1px solid rgba(44,122,75,0.22); border-right: 1px solid rgba(44,122,75,0.22); }
.rsg-page .tn-th-inner { display: flex; align-items: center; gap: 12px; }
.rsg-page .tn-th-ic { width: 36px; height: 36px; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.rsg-page .tn-ic-gray { background: #EEF1F4; color: #94A3B8; }
.rsg-page .tn-ic-green { background: linear-gradient(135deg, var(--green-500), var(--green-700)); color: #fff; box-shadow: 0 5px 14px rgba(32,157,80,0.28); }
.rsg-page .tn-th-ic svg { width: 18px; height: 18px; }
.rsg-page .tn-th-inner b { font-family: var(--font-head); font-weight: 800; font-size: 15px; color: var(--ink-900); display: block; letter-spacing: -0.01em; }
.rsg-page .tn-era-tag { display: block; font-family: var(--font-body); font-size: 11.5px; color: #94A3B8; font-weight: 500; margin-top: 2px; }
.rsg-page .tn-now-tag { color: var(--green-500); font-weight: 600; }
.rsg-page .tn-dim { font-family: var(--font-head); font-weight: 700; font-size: 14px; color: var(--ink-900); border-bottom: 1px solid var(--line-2); background: var(--paper-soft); width: 195px; }
.rsg-page .tn-then { border-bottom: 1px solid var(--line-2); border-left: 1px solid var(--line); font-size: 13.5px; line-height: 1.55; color: var(--ink-2); }
.rsg-page .tn-now { border-bottom: 1px solid rgba(44,122,75,0.1); border-left: 1px solid rgba(44,122,75,0.2); border-right: 1px solid rgba(44,122,75,0.2); background: rgba(44,122,75,0.04); font-size: 13.5px; line-height: 1.55; color: var(--ink-900); font-weight: 600; }
.rsg-page .tn-ck { display: inline-flex; width: 18px; height: 18px; border-radius: 50%; background: var(--green-500); color: #fff; align-items: center; justify-content: center; margin-right: 8px; vertical-align: -4px; flex-shrink: 0; }
.rsg-page .tn-ck svg { width: 10px; height: 10px; }
.rsg-page .tn-table tbody tr:last-child .tn-dim,
.rsg-page .tn-table tbody tr:last-child .tn-then,
.rsg-page .tn-table tbody tr:last-child .tn-now { border-bottom: 0; }
.rsg-page .tn-table tbody tr:hover .tn-then { background: rgba(0,0,0,0.012); }
.rsg-page .tn-table tbody tr:hover .tn-now { background: rgba(44,122,75,0.08); }
/* Implication cards */
.rsg-page .tn-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.rsg-page .tn-card { padding: 26px 24px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-sm); }
.rsg-page .tn-card-icon { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; background: linear-gradient(135deg, #1A6B3F, var(--green-500)); box-shadow: 0 4px 12px rgba(44,122,75,0.25); }
.rsg-page .tn-card strong { font-family: var(--font-head); font-size: 15px; font-weight: 700; color: var(--ink-900); display: block; margin-bottom: 8px; }
.rsg-page .tn-card p { font-family: var(--font-body); font-size: 13.5px; color: #6B7280; line-height: 1.65; margin: 0; }
@media (max-width: 768px) {
  .rsg-page .tn-table th, .rsg-page .tn-table td { padding: 11px 14px; font-size: 12.5px; }
  .rsg-page .tn-dim-head, .rsg-page .tn-dim { display: none; }
  .rsg-page .tn-cards { grid-template-columns: 1fr; }
}
/* === §4 Case Study: Why AI Recommends === */
.rsg-page .cs-why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: stretch; margin: 52px 0 60px; }
.rsg-page .cs-why-grid > div:first-child { display: flex; flex-direction: column; justify-content: center; }
.rsg-page .cs-client-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; margin-top: 0; }
.rsg-page .cs-sub-eyebrow { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-head); font-size: 10px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--green-500); margin-bottom: 14px; }
.rsg-page .cs-sub-eyebrow::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--green-500); display: inline-block; }
.rsg-page .cs-sub-h3 { font-family: var(--font-head); font-size: 22px; font-weight: 900; color: var(--ink-900); line-height: 1.25; margin: 0 0 18px; letter-spacing: -0.02em; }
.rsg-page .cs-contractor-quote { background: #F9FAFB; border-left: 4px solid var(--green-500); border-radius: 0 12px 12px 0; padding: 18px 22px; margin: 0 0 20px; font-family: var(--font-body); font-size: 15px; color: var(--ink-900); line-height: 1.65; }
.rsg-page .cs-why-body { font-family: var(--font-body); font-size: 15px; color: #374151; line-height: 1.75; margin: 0; }
.rsg-page .cs-browser { border-radius: 14px; overflow: hidden; border: 1px solid #E5E7EB; box-shadow: 0 8px 32px rgba(0,0,0,0.09); }
.rsg-page .cs-browser-bar { display: flex; align-items: center; gap: 6px; padding: 10px 14px; background: #F3F4F6; border-bottom: 1px solid #E5E7EB; }
.rsg-page .cs-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.rsg-page .cs-dot-r { background: #FF5F57; } .rsg-page .cs-dot-y { background: #FEBC2E; } .rsg-page .cs-dot-g { background: #28C840; }
.rsg-page .cs-url-bar { flex: 1; background: #fff; border: 1px solid #E2E8F0; border-radius: 5px; padding: 3px 10px; font-size: 10px; font-family: var(--font-body); color: #6B7280; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.rsg-page .cs-browser img { width: 100%; display: block; }
.rsg-page .cs-client-stats { display: flex; gap: 12px; margin-bottom: 20px; }
.rsg-page .cs-stat-chip { background: #F9FAFB; border: 1px solid #E5E7EB; border-radius: 10px; padding: 10px 16px; text-align: center; flex: 1; }
.rsg-page .cs-stat-chip b { display: block; font-family: var(--font-head); font-size: 22px; font-weight: 900; color: var(--ink-900); }
.rsg-page .cs-stat-chip span { font-family: var(--font-head); font-size: 9px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #9CA3AF; }
.rsg-page .cs-client-body { font-family: var(--font-body); font-size: 14.5px; color: #374151; line-height: 1.7; margin: 0 0 18px; }
.rsg-page .cs-reason-h4 { font-family: var(--font-head); font-size: 16px; font-weight: 800; color: var(--ink-900); margin: 22px 0 12px; }
.rsg-page .cs-reason-list { list-style: none; padding: 0; margin: 0 0 14px; display: flex; flex-direction: column; gap: 8px; }
.rsg-page .cs-reason-list li { display: flex; align-items: flex-start; gap: 10px; font-family: var(--font-body); font-size: 14px; color: #374151; line-height: 1.6; }
.rsg-page .cs-reason-list li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--green-500); flex-shrink: 0; margin-top: 7px; }
.rsg-page .cs-consensus { font-family: var(--font-body); font-size: 14.5px; color: #374151; line-height: 1.7; margin: 0 0 20px; }
.rsg-page .cs-section-divider { height: 1px; background: #F3F4F6; margin: 60px 0; }
.rsg-page .cs-lesson { background: linear-gradient(135deg, #F0FDF4 0%, #E8F7EE 100%); border: 1px solid rgba(44,122,75,0.15); border-radius: 14px; padding: 22px 24px; margin-top: 20px; }
.rsg-page .cs-lesson h4 { font-family: var(--font-head); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; color: var(--green-500); margin: 0 0 10px; }
.rsg-page .cs-lesson p { font-family: var(--font-body); font-size: 14px; color: #374151; line-height: 1.65; margin: 0 0 8px; }
.rsg-page .cs-lesson p:last-child { margin: 0; color: var(--ink-900); font-weight: 700; font-size: 15px; }
@media (max-width: 900px) {
  .rsg-page .cs-why-grid, .rsg-page .cs-client-grid { grid-template-columns: 1fr; gap: 28px; margin: 32px 0; }
}

/* === AI Infographic (Why AI Recommends) === */
.rsg-page .ai-infographic { display: grid; grid-template-columns: 1fr 36px 1fr 36px 1fr; gap: 0 6px; align-items: stretch; margin: 32px 0 28px; }
.rsg-page .ai-step { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 22px 20px; display: flex; flex-direction: column; }
.rsg-page .ai-step-featured { border-color: rgba(44,122,75,0.3); background: linear-gradient(160deg,#F0FDF4 0%,#fff 60%); }
.rsg-page .ai-step-num { font-family: var(--font-head); font-size: 10px; font-weight: 900; color: var(--green-500); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 5px; }
.rsg-page .ai-step-label { font-family: var(--font-head); font-size: 13px; font-weight: 800; color: var(--ink-900); line-height: 1.3; margin-bottom: 16px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.rsg-page .ai-platforms { display: flex; flex-direction: column; gap: 8px; flex: 1; }
.rsg-page .ai-plt { display: flex; align-items: center; gap: 10px; padding: 8px 10px; background: #F8F9FB; border-radius: 10px; border: 1px solid #EEF0F3; }
.rsg-page .ai-plt-icon { width: 30px; height: 30px; border-radius: 7px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.rsg-page .ai-plt-name { font-family: var(--font-head); font-size: 11px; font-weight: 700; color: var(--ink-900); line-height: 1.2; }
.rsg-page .ai-plt-type { font-size: 10px; color: var(--ink-400); margin-top: 1px; line-height: 1.2; }
.rsg-page .ai-signals { display: flex; flex-direction: column; gap: 12px; flex: 1; }
.rsg-page .ai-sig-row { display: grid; grid-template-columns: 1fr auto; gap: 4px 8px; }
.rsg-page .ai-sig-name { grid-column: 1/2; font-family: var(--font-head); font-size: 10.5px; font-weight: 700; color: var(--ink-700); align-self: center; }
.rsg-page .ai-sig-status { grid-column: 2/3; display: inline-flex; align-items: center; gap: 3px; font-family: var(--font-head); font-size: 9px; font-weight: 800; color: var(--green-500); background: rgba(44,122,75,0.09); padding: 2px 7px 2px 5px; border-radius: 999px; white-space: nowrap; }
.rsg-page .ai-sig-bar-wrap { grid-column: 1/3; height: 5px; background: #EEF0F3; border-radius: 999px; overflow: hidden; }
.rsg-page .ai-sig-bar { height: 100%; background: linear-gradient(90deg, var(--green-500), #6EE7B7); border-radius: 999px; }
.rsg-page .ai-agree-chip { display: inline-flex; align-items: center; gap: 5px; margin-top: 16px; align-self: flex-start; padding: 6px 12px 6px 9px; background: var(--green-500); color: #fff; border-radius: 999px; font-family: var(--font-head); font-size: 11px; font-weight: 800; }
.rsg-page .ai-step-arrow { display: flex; align-items: center; justify-content: center; }
.rsg-page .ai-result-mock { display: flex; flex-direction: column; gap: 10px; flex: 1; }
.rsg-page .ai-rm-header { display: flex; align-items: center; gap: 6px; font-family: var(--font-head); font-size: 9.5px; font-weight: 700; color: var(--ink-400); text-transform: uppercase; letter-spacing: 0.07em; }
.rsg-page .ai-rm-gemini-dot { width: 10px; height: 10px; border-radius: 50%; background: conic-gradient(#4285F4 0% 25%,#34A853 25% 50%,#FBBC05 50% 75%,#EA4335 75% 100%); flex-shrink: 0; }
.rsg-page .ai-rm-query { font-size: 11px; color: var(--ink-600); font-style: italic; padding: 6px 10px; background: #F0F4F8; border-radius: 8px; border-left: 3px solid #4285F4; }
.rsg-page .ai-rm-card { background: #fff; border: 1px solid rgba(44,122,75,0.22); border-radius: 12px; padding: 14px 15px; box-shadow: 0 2px 12px rgba(44,122,75,0.08); flex: 1; display: flex; flex-direction: column; gap: 5px; }
.rsg-page .ai-rm-check { font-family: var(--font-head); font-size: 9.5px; font-weight: 800; color: var(--green-500); text-transform: uppercase; letter-spacing: 0.07em; }
.rsg-page .ai-rm-biz { font-family: var(--font-head); font-size: 14px; font-weight: 800; color: var(--ink-900); }
.rsg-page .ai-rm-desc { font-size: 11px; color: var(--ink-600); line-height: 1.5; flex: 1; }
.rsg-page .ai-rm-chips { display: flex; gap: 4px; flex-wrap: wrap; margin-top: 4px; }
.rsg-page .ai-rm-chips span { font-family: var(--font-head); font-size: 9px; font-weight: 700; padding: 2px 7px; background: rgba(44,122,75,0.1); color: var(--green-500); border-radius: 999px; }
.rsg-page .cs-why-footer { margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--line); }
@media (max-width: 860px) {
  .rsg-page .ai-infographic { grid-template-columns: 1fr; }
  .rsg-page .ai-step-arrow { height: 28px; transform: rotate(90deg); }
}
/* === Client Example Signal Card === */
.rsg-page .ce-signal-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 20px; box-shadow: 0 4px 20px rgba(0,0,0,0.05); }
.rsg-page .ce-sc-hdr { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.rsg-page .ce-sc-eyebrow { font-family: var(--font-head); font-size: 9.5px; font-weight: 800; color: var(--ink-400); text-transform: uppercase; letter-spacing: 0.1em; }
.rsg-page .ce-sc-badge { font-family: var(--font-head); font-size: 10px; font-weight: 700; color: var(--green-500); background: rgba(44,122,75,0.09); padding: 3px 9px; border-radius: 999px; white-space: nowrap; }
.rsg-page .ce-sc-rows { display: flex; flex-direction: column; gap: 8px; }
.rsg-page .ce-sc-row { display: flex; align-items: center; gap: 10px; padding: 10px 12px; background: #F8F9FB; border-radius: 10px; border: 1px solid #EEF0F3; }
.rsg-page .ce-sc-icon { width: 32px; height: 32px; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.rsg-page .ce-sc-body { flex: 1; min-width: 0; }
.rsg-page .ce-sc-name { font-family: var(--font-head); font-size: 11px; font-weight: 700; color: var(--ink-900); }
.rsg-page .ce-sc-detail { font-size: 10px; color: var(--ink-400); margin-top: 1px; line-height: 1.3; }
.rsg-page .ce-sc-tick { width: 20px; height: 20px; border-radius: 50%; background: var(--green-500); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.rsg-page .ce-sc-result { display: flex; align-items: center; gap: 12px; margin-top: 14px; padding: 14px 16px; background: linear-gradient(135deg,rgba(44,122,75,0.08),rgba(44,122,75,0.03)); border: 1px solid rgba(44,122,75,0.22); border-radius: 12px; }
.rsg-page .ce-sc-arrow { width: 36px; height: 36px; background: var(--green-500); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.rsg-page .ce-sc-res-label { font-family: var(--font-head); font-size: 9px; font-weight: 800; color: var(--green-500); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 3px; }
.rsg-page .ce-sc-res-val { font-family: var(--font-head); font-size: 13.5px; font-weight: 800; color: var(--ink-900); line-height: 1.2; }
/* === Client Example Compare Card === */
.rsg-page .ce-compare-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 22px 20px; box-shadow: 0 4px 20px rgba(0,0,0,0.05); }
.rsg-page .ce-cc-eyebrow { font-family: var(--font-head); font-size: 9.5px; font-weight: 800; color: var(--ink-400); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 16px; }
.rsg-page .ce-cc-grid { display: grid; grid-template-columns: 1fr 28px 1fr; align-items: center; gap: 0; }
.rsg-page .ce-cc-col { padding: 16px 14px; border-radius: 12px; }
.rsg-page .ce-cc-competitor { background: #F9FAFB; border: 1px solid #E5E7EB; }
.rsg-page .ce-cc-winner { background: linear-gradient(160deg,#F0FDF4,#E8F7EE); border: 1px solid rgba(44,122,75,0.22); }
.rsg-page .ce-cc-col-label { font-family: var(--font-head); font-size: 10px; font-weight: 700; color: var(--ink-400); margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.06em; }
.rsg-page .ce-cc-winner .ce-cc-col-label { color: var(--green-500); }
.rsg-page .ce-cc-num { display: block; font-family: var(--font-head); font-size: 28px; font-weight: 900; line-height: 1; color: var(--ink-700); margin-bottom: 2px; }
.rsg-page .ce-cc-winner .ce-cc-num { color: var(--ink-900); }
.rsg-page .ce-cc-unit { font-size: 10.5px; color: var(--ink-400); display: block; margin-bottom: 12px; }
.rsg-page .ce-cc-dots { display: flex; gap: 4px; flex-wrap: wrap; margin-bottom: 14px; }
.rsg-page .ce-cc-dot { font-family: var(--font-head); font-size: 9px; font-weight: 700; padding: 3px 7px; border-radius: 999px; }
.rsg-page .ce-cc-dot.off { background: #F3F4F6; color: #9CA3AF; }
.rsg-page .ce-cc-dot.on { background: rgba(44,122,75,0.12); color: var(--green-500); }
.rsg-page .ce-cc-rank { font-family: var(--font-head); font-size: 12.5px; font-weight: 800; padding: 7px 10px; border-radius: 8px; text-align: center; }
.rsg-page .ce-cc-rank-low { background: #F3F4F6; color: #6B7280; }
.rsg-page .ce-cc-rank-win { background: var(--green-500); color: #fff; }
.rsg-page .ce-cc-vs { display: flex; align-items: center; justify-content: center; }
.rsg-page .ce-cc-vs-pill { font-family: var(--font-head); font-size: 10px; font-weight: 800; color: var(--ink-400); background: #F3F4F6; border-radius: 999px; padding: 4px 7px; }
.rsg-page .ce-cc-insight { margin-top: 14px; padding: 10px 14px; background: #F7F9FC; border-radius: 10px; border-left: 3px solid var(--green-500); font-size: 12px; color: var(--ink-700); line-height: 1.5; }
.rsg-page .ce-cc-insight strong { color: var(--ink-900); }
/* === Client Example Redesign === */
.rsg-page .ce-redesign { }
.rsg-page .ce-top-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 24px; align-items: stretch; margin-bottom: 20px; }
.rsg-page .ce-top-grid .cs-browser { display: flex; flex-direction: column; }
.rsg-page .ce-top-grid .cs-browser img { flex: 1; object-fit: cover; object-position: top; max-height: none !important; }
.rsg-page .ce-feature-card { background: linear-gradient(160deg,#F0FDF4 0%,#E8F7EE 40%,#fff 100%); border: 1px solid rgba(44,122,75,0.2); border-radius: 20px; padding: 28px 26px; display: flex; flex-direction: column; }
.rsg-page .ce-fc-eyebrow { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-head); font-size: 9.5px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--green-500); background: rgba(44,122,75,0.09); padding: 4px 10px; border-radius: 999px; margin-bottom: 12px; align-self: flex-start; }
.rsg-page .ce-fc-eyebrow-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green-500); }
.rsg-page .ce-fc-h3 { font-family: var(--font-head); font-size: 22px; font-weight: 900; color: var(--ink-900); margin: 0 0 14px; line-height: 1.2; }
.rsg-page .ce-fc-body { font-size: 14px; color: var(--ink-700); line-height: 1.65; margin: 0 0 10px; }
.rsg-page .ce-fc-body strong { color: var(--ink-900); }
.rsg-page .ce-stat-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: auto; padding-top: 20px; }
.rsg-page .ce-stat-box { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 12px 10px; text-align: center; box-shadow: 0 1px 4px rgba(0,0,0,0.04); }
.rsg-page .ce-stat-box b { display: block; font-family: var(--font-head); font-size: 22px; font-weight: 900; color: var(--ink-900); line-height: 1; margin-bottom: 4px; }
.rsg-page .ce-stat-box span { font-family: var(--font-head); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ink-400); }
.rsg-page .ce-bottom-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-bottom: 20px; }
.rsg-page .ce-ic { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 22px 20px; display: flex; flex-direction: column; }
.rsg-page .ce-ic-icon { width: 40px; height: 40px; background: var(--green-500); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; flex-shrink: 0; }
.rsg-page .ce-ic h4 { font-family: var(--font-head); font-size: 14px; font-weight: 800; color: var(--ink-900); margin: 0 0 8px; line-height: 1.3; }
.rsg-page .ce-ic p { font-size: 13px; color: var(--ink-600); line-height: 1.55; margin: 0; flex: 1; }
.rsg-page .ce-ic-vis { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); font-size: 10px; color: var(--ink-400); font-family: var(--font-head); text-transform: uppercase; letter-spacing: 0.08em; }
.rsg-page .ce-rank-row { display: flex; flex-direction: column; gap: 5px; margin-top: 8px; }
.rsg-page .ce-rank-item { display: flex; align-items: center; gap: 7px; font-size: 11px; }
.rsg-page .ce-rank-num { width: 18px; height: 18px; border-radius: 4px; display: flex; align-items: center; justify-content: center; font-family: var(--font-head); font-size: 9px; font-weight: 800; flex-shrink: 0; }
.rsg-page .ce-thread { display: flex; flex-direction: column; gap: 5px; margin-top: 8px; }
.rsg-page .ce-bubble { display: inline-block; padding: 5px 10px; border-radius: 10px; font-size: 10.5px; line-height: 1.3; max-width: 90%; }
.rsg-page .ce-dir-row { display: flex; gap: 7px; margin-top: 8px; flex-wrap: wrap; }
.rsg-page .ce-dir-chip { display: inline-flex; align-items: center; gap: 5px; padding: 5px 10px; border-radius: 999px; font-family: var(--font-head); font-size: 10.5px; font-weight: 700; border: 1px solid; }
@media (max-width: 860px) {
  .rsg-page .ce-top-grid { grid-template-columns: 1fr; }
  .rsg-page .ce-bottom-grid { grid-template-columns: 1fr; }
}
/* === RSG Steps (rebuilt with real screenshots) === */
.rsg-page .rsg-steps { display:flex; flex-direction:column; gap:22px; margin-top:6px; }
.rsg-page .rsg-step { display:grid; grid-template-columns:1fr 1.12fr; gap:32px; align-items:center; background:#fff; border:1px solid var(--line); border-radius:20px; padding:30px 34px; box-shadow:var(--shadow-md); }
.rsg-page .rsg-step:nth-child(even) .rss-media { order:-1; }
.rsg-page .rss-head { display:flex; align-items:center; gap:13px; margin-bottom:14px; }
.rsg-page .rss-num { width:42px; height:42px; border-radius:12px; background:linear-gradient(150deg,var(--green-500),var(--green-700)); color:#fff; font-family:var(--font-display); font-weight:800; font-size:16px; display:flex; align-items:center; justify-content:center; flex-shrink:0; box-shadow:0 6px 16px rgba(44,122,75,.28); }
.rsg-page .rss-head h3 { margin:0; font-family:var(--font-display); font-size:20px; font-weight:800; color:var(--ink-900); line-height:1.25; }
.rsg-page .rss-text p { font-size:14.5px; color:var(--ink-700); line-height:1.65; margin:0 0 16px; }
.rsg-page .rss-text p em { font-style:italic; color:var(--green-700); font-weight:600; }
.rsg-page .rss-note { font-size:12.5px; color:var(--ink-700); line-height:1.55; background:var(--green-50); border-left:4px solid var(--green-500); border-radius:0 8px 8px 0; padding:11px 14px; margin:0 0 16px; }
.rsg-page .rss-tags { display:flex; flex-wrap:wrap; gap:8px; }
.rsg-page .rss-tag { font-family:var(--font-display); font-size:10.5px; font-weight:700; text-transform:uppercase; letter-spacing:.05em; color:var(--green-700); background:var(--green-50); border:1px solid rgba(44,122,75,.18); border-radius:999px; padding:5px 11px; }
.rsg-page .rss-frame { border:1px solid var(--line); border-radius:14px; overflow:hidden; box-shadow:0 16px 44px rgba(0,0,0,.10); background:#fff; }
.rsg-page .rss-bar { display:flex; align-items:center; gap:6px; padding:9px 13px; background:#F4F6F8; border-bottom:1px solid var(--line); }
.rsg-page .rss-dot { width:9px; height:9px; border-radius:50%; flex-shrink:0; }
.rsg-page .rss-url { margin-left:8px; font-family:var(--font-mono); font-size:10.5px; color:var(--ink-500); background:#fff; border:1px solid var(--line); border-radius:6px; padding:3px 11px; flex:1; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.rsg-page .rss-frame img { display:block; width:100%; height:auto; }
.rsg-page .rev-mock { padding:16px; display:flex; flex-direction:column; gap:13px; background:#fff; }
.rsg-page .rev-item { display:flex; gap:11px; }
.rsg-page .rev-avatar { width:34px; height:34px; border-radius:50%; background:linear-gradient(135deg,var(--green-500),var(--green-700)); color:#fff; font-family:var(--font-display); font-weight:800; font-size:13px; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.rsg-page .rev-name { font-family:var(--font-display); font-weight:700; font-size:12.5px; color:var(--ink-900); display:flex; align-items:center; gap:8px; margin-bottom:4px; }
.rsg-page .rev-stars { color:#F5A623; font-size:12px; letter-spacing:1px; }
.rsg-page .rev-body { font-size:12.5px; color:var(--ink-700); line-height:1.55; margin:0; }
.rsg-page .rev-body mark { background:rgba(44,122,75,.14); color:var(--green-700); font-weight:600; padding:0 3px; border-radius:3px; }
.rsg-page .rev-extract { margin-top:2px; padding:11px 13px; background:var(--green-50); border:1px dashed rgba(44,122,75,.35); border-radius:10px; display:flex; flex-wrap:wrap; gap:7px 8px; align-items:center; }
.rsg-page .rev-extract b { background:#fff; border:1px solid rgba(44,122,75,.25); border-radius:6px; padding:2px 8px; font-family:var(--font-display); font-size:10px; font-weight:700; color:var(--green-700); }
.rsg-page .rev-extract-lbl { font-family:var(--font-display); font-size:9.5px; text-transform:uppercase; letter-spacing:.08em; font-weight:800; color:var(--green-700); }
@media (max-width:880px){
  .rsg-page .rsg-step { grid-template-columns:1fr; gap:22px; padding:24px 22px; }
  .rsg-page .rsg-step:nth-child(even) .rss-media { order:0; }
}

/* === Six Places card mini-visuals === */
.rsg-page .ai-src-viz { margin-top:16px; padding-top:15px; border-top:1px solid var(--line); }
.rsg-page .srcv-gbp { background:#F8F9FB; border:1px solid var(--line); border-radius:10px; padding:11px 12px; }
.rsg-page .srcv-gbp-top { display:flex; align-items:baseline; justify-content:space-between; gap:8px; margin-bottom:8px; }
.rsg-page .srcv-gbp-name { font-family:var(--font-display); font-weight:700; font-size:12px; color:var(--ink-900); }
.rsg-page .srcv-gbp-cat { font-size:10px; color:var(--ink-500); }
.rsg-page .srcv-gbp-fields { display:flex; flex-wrap:wrap; gap:5px; }
.rsg-page .srcv-gbp-fields span { font-size:9.5px; font-weight:600; color:var(--green-700); background:var(--green-50); border-radius:6px; padding:2px 7px; }
.rsg-page .srcv-chips { display:flex; flex-wrap:wrap; gap:6px; }
.rsg-page .srcv-chip { font-family:var(--font-display); font-size:10.5px; font-weight:700; color:var(--ink-700); background:#F4F6F8; border:1px solid var(--line); border-radius:999px; padding:4px 11px; }
.rsg-page .srcv-doc { display:flex; flex-direction:column; gap:7px; }
.rsg-page .srcv-line { height:6px; border-radius:999px; background:#EDEFF2; display:block; }
.rsg-page .srcv-line.w55 { width:55%; } .rsg-page .srcv-line.w70 { width:70%; }
.rsg-page .srcv-quote { font-size:11.5px; line-height:1.45; color:var(--green-700); font-weight:600; background:var(--green-50); border-left:3px solid var(--green-500); border-radius:0 6px 6px 0; padding:7px 10px; }
.rsg-page .srcv-reddit { background:#FFF6F2; border:1px solid #FFE0D2; border-radius:10px; padding:10px 12px; }
.rsg-page .srcv-sub { font-family:var(--font-display); font-size:10px; font-weight:800; color:#FF4500; }
.rsg-page .srcv-thread { font-size:11.5px; color:var(--ink-700); line-height:1.45; margin:5px 0 6px; }
.rsg-page .srcv-reply { font-size:10.5px; color:var(--green-700); font-weight:600; }
.rsg-page .srcv-yt { display:flex; align-items:center; gap:10px; background:#F8F9FB; border:1px solid var(--line); border-radius:10px; padding:9px 11px; }
.rsg-page .srcv-yt-thumb { width:34px; height:24px; border-radius:5px; background:#FF0000; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.rsg-page .srcv-yt-meta { display:flex; flex-direction:column; gap:2px; min-width:0; }
.rsg-page .srcv-yt-title { font-family:var(--font-display); font-size:11px; font-weight:700; color:var(--ink-900); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.rsg-page .srcv-yt-cc { font-size:10px; color:var(--ink-500); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.rsg-page .srcv-nap { display:flex; flex-direction:column; gap:6px; }
.rsg-page .srcv-nap-row { display:flex; align-items:center; gap:9px; font-size:11.5px; color:var(--ink-700); }
.rsg-page .srcv-nap-row b { width:18px; height:18px; border-radius:5px; background:#1D4ED8; color:#fff; font-family:var(--font-display); font-size:10px; font-weight:800; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.rsg-page .srcv-nap-row i { margin-left:auto; font-style:normal; font-size:10.5px; font-weight:700; color:var(--green-700); }
/* === Key Difference v2 (clean cards) === */
.rsg-page .kd2 { margin-top:8px; }
.rsg-page .kd2-h3 { font-family:var(--font-display); font-size:23px; font-weight:800; color:var(--ink-900); line-height:1.25; margin:8px 0 0; }
.rsg-page .kd2-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; align-items:stretch; margin-top:22px; }
.rsg-page .kd2-card { position:relative; background:#fff; border:1px solid var(--line); border-radius:18px; padding:24px 24px 26px; display:flex; flex-direction:column; box-shadow:var(--shadow-md); }
.rsg-page .kd2-feat { background:linear-gradient(165deg,#F0FDF4 0%,#E8F7EE 45%,#fff 100%); border-color:rgba(44,122,75,.28); box-shadow:0 18px 48px rgba(44,122,75,.12); }
.rsg-page .kd2-feat-tag { position:absolute; top:-11px; right:20px; background:linear-gradient(135deg,var(--green-500),var(--green-700)); color:#fff; font-family:var(--font-display); font-size:9.5px; font-weight:800; text-transform:uppercase; letter-spacing:.07em; padding:5px 12px; border-radius:999px; box-shadow:0 6px 16px rgba(44,122,75,.32); }
.rsg-page .kd2-top { display:flex; align-items:center; gap:10px; margin-bottom:15px; }
.rsg-page .kd2-icon { width:40px; height:40px; border-radius:11px; background:linear-gradient(150deg,var(--green-500),var(--green-700)); display:flex; align-items:center; justify-content:center; flex-shrink:0; box-shadow:0 6px 16px rgba(44,122,75,.26); }
.rsg-page .kd2-badge { font-family:var(--font-display); font-size:11px; font-weight:800; letter-spacing:.1em; color:var(--green-700); background:var(--green-50); border:1px solid rgba(44,122,75,.18); border-radius:999px; padding:4px 12px; }
.rsg-page .kd2-gets { font-size:12.5px; color:var(--ink-500); font-family:var(--font-body); }
.rsg-page .kd2-outcome { font-family:var(--font-display); font-size:26px; font-weight:900; color:var(--ink-900); line-height:1.1; margin:2px 0 8px; }
.rsg-page .kd2-note { font-size:13.5px; color:var(--ink-700); line-height:1.55; margin:0 0 18px; }
.rsg-page .kd2-frame { margin-top:auto; border:1px solid var(--line); border-radius:11px; overflow:hidden; background:#fff; box-shadow:0 8px 24px rgba(0,0,0,.07); }
.rsg-page .kd2-bar { display:flex; align-items:center; gap:5px; padding:7px 11px; background:#F4F6F8; border-bottom:1px solid var(--line); }
.rsg-page .kd2-dot { width:7px; height:7px; border-radius:50%; flex-shrink:0; }
.rsg-page .kd2-url { margin-left:7px; font-family:var(--font-mono); font-size:9px; color:var(--ink-500); background:#fff; border:1px solid var(--line); border-radius:5px; padding:2px 8px; flex:1; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.rsg-page .kd2-screen { padding:12px; display:flex; flex-direction:column; gap:7px; }
.rsg-page .kd2-search { display:flex; align-items:center; gap:7px; font-size:10.5px; color:var(--ink-700); background:#F3F4F6; border-radius:999px; padding:6px 11px; }
.rsg-page .kd2-rank { display:flex; align-items:center; gap:8px; font-size:10.5px; color:var(--ink-500); padding:7px 9px; border-radius:7px; background:#FAFBFC; border:1px solid var(--line-2); }
.rsg-page .kd2-rank b { width:16px; height:16px; border-radius:4px; background:#E5E7EB; color:#6B7280; font-family:var(--font-display); font-size:9px; font-weight:800; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.rsg-page .kd2-rank1 { background:var(--green-50); border-color:rgba(44,122,75,.25); color:var(--green-700); font-weight:600; }
.rsg-page .kd2-rank1 b { background:var(--green-500); color:#fff; }
.rsg-page .kd2-stars { color:#F5A623; font-style:normal; font-size:9px; letter-spacing:.5px; }
.rsg-page .kd2-snippet { border:1px solid rgba(44,122,75,.2); border-left:3px solid var(--green-500); border-radius:0 8px 8px 0; background:#F0FDF4; padding:10px 12px; display:flex; flex-direction:column; gap:6px; }
.rsg-page .kd2-snippet-h { font-family:var(--font-display); font-size:10px; font-weight:800; color:var(--green-700); }
.rsg-page .kd2-snip-row { display:flex; align-items:center; gap:7px; font-size:10.5px; color:var(--ink-700); }
.rsg-page .kd2-snip-src { font-size:9px; color:#9CA3AF; margin-top:1px; }
.rsg-page .kd2-ai { display:flex; gap:8px; align-items:flex-start; background:#F8F9FB; border-radius:8px; padding:9px 10px; }
.rsg-page .kd2-ai-av { width:22px; height:22px; border-radius:50%; background:var(--green-500); color:#fff; font-family:var(--font-display); font-size:9px; font-weight:800; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.rsg-page .kd2-ai-txt { font-size:10.5px; color:var(--ink-700); line-height:1.45; margin:0; }
.rsg-page .kd2-rec { display:flex; align-items:center; gap:7px; font-size:10.5px; color:var(--ink-500); padding:7px 9px; border-radius:7px; background:#FAFBFC; border:1px solid var(--line-2); }
.rsg-page .kd2-rec1 { background:var(--green-50); border-color:rgba(44,122,75,.25); color:var(--green-700); }
.rsg-page .kd2-rec b { color:inherit; }
.rsg-page .kd2-footer { margin-top:22px; font-size:14.5px; color:var(--ink-700); line-height:1.6; }
@media (max-width:880px){ .rsg-page .kd2-grid { grid-template-columns:1fr; gap:16px; } }
/* === VP cards — align to clean card style (remove two-tone band + url-pill chrome) === */
.rsg-page .vp-card { border-radius:18px; border-color:var(--line); box-shadow:var(--shadow-md); }
.rsg-page .vp-card .vp-icon-row { background:transparent; margin:0 0 16px; padding:0; }
.rsg-page .vp-chrome { background:#F4F6F8; gap:5px; }
.rsg-page .vp-dot { width:8px; height:8px; }
.rsg-page .vp-chrome-label { flex:1; text-align:left; margin-left:8px; font-family:var(--font-mono); font-size:9.5px; font-weight:600; letter-spacing:.02em; text-transform:none; color:var(--ink-500); background:#fff; border:1px solid var(--line); border-radius:5px; padding:3px 10px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
/* === VP check items — chip styling (more attractive) === */
.rsg-page .vp-checks { gap:8px; margin-top:6px; }
.rsg-page .vp-checks li { padding:10px 13px; border-top:none; background:linear-gradient(180deg,#FFFFFF 0%,#F2FAF5 100%); border:1px solid rgba(44,122,75,.16); border-radius:11px; align-items:center; gap:11px; font-size:13px; color:var(--ink-700); transition:border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.rsg-page .vp-checks li:first-child { padding-top:10px; border-top:none; }
.rsg-page .vp-checks li:hover { border-color:rgba(44,122,75,.34); box-shadow:0 6px 18px rgba(44,122,75,.12); transform:translateY(-1px); }
.rsg-page .vp-ck-icon { width:18px; height:18px; margin-top:0; filter:drop-shadow(0 2px 5px rgba(44,122,75,.30)); }
/* === Card hover lift (vp-cards + kd2 cards) === */
.rsg-page .vp-card, .rsg-page .kd2-card { transition: transform .2s ease, box-shadow .2s ease; }
.rsg-page .vp-card:hover, .rsg-page .kd2-card:hover { transform: translateY(-6px); box-shadow: 0 20px 46px rgba(0,0,0,.12); }
.rsg-page .kd2-feat:hover { box-shadow: 0 24px 52px rgba(44,122,75,.18); }
/* === Key Difference closing — tip callout w/ CTA === */
.rsg-page .kd2-callout { display:flex; gap:16px; align-items:flex-start; margin-top:24px; background:linear-gradient(135deg,#F4F9F5 0%,#E9F1EB 100%); border:1px solid rgba(44,122,75,.18); border-left:5px solid var(--green-500); border-radius:13px; padding:20px 24px; }
.rsg-page .kd2-co-icon { width:34px; height:34px; border-radius:9px; background:#fff; border:1px solid rgba(44,122,75,.2); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.rsg-page .kd2-co-main { flex:1; display:flex; flex-direction:column; align-items:flex-start; }
.rsg-page .kd2-co-text { font-size:14.5px; color:var(--ink-700); line-height:1.6; margin:0 0 16px; }
.rsg-page .kd2-co-text strong { color:var(--ink-900); }
.rsg-page .kd2-co-btn { align-self:flex-end; display:inline-flex; align-items:center; gap:9px; background:linear-gradient(135deg,var(--green-500),var(--green-700)); color:#fff; font-family:var(--font-display); font-size:13.5px; font-weight:700; padding:12px 22px; border-radius:999px; text-decoration:none; box-shadow:0 8px 20px rgba(44,122,75,.28); transition:transform .18s ease, box-shadow .18s ease; }
.rsg-page .kd2-co-btn:hover { transform:translateY(-2px); box-shadow:0 13px 28px rgba(44,122,75,.34); }
.rsg-page .kd2-co-btn svg { flex-shrink:0; }
@media (max-width:600px){
  .rsg-page .kd2-callout { flex-direction:column; gap:12px; padding:18px 18px; }
  .rsg-page .kd2-co-btn { align-self:stretch; justify-content:center; }
}
/* === §3b transform: elevate implication cards + Traditional-column X markers === */
.rsg-page .tn-x { display:inline-flex; width:18px; height:18px; border-radius:50%; background:#EAEDF0; color:#94A3B8; align-items:center; justify-content:center; margin-right:8px; vertical-align:-4px; flex-shrink:0; }
.rsg-page .tn-x svg { width:9px; height:9px; }
.rsg-page .tn-card { position:relative; overflow:hidden; padding-left:27px; box-shadow:var(--shadow-md); transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.rsg-page .tn-card::before { content:""; position:absolute; left:0; top:0; bottom:0; width:4px; background:linear-gradient(180deg,var(--green-500),var(--green-700)); }
.rsg-page .tn-card::after { content:""; position:absolute; top:-44px; right:-44px; width:150px; height:150px; background:radial-gradient(circle, rgba(44,122,75,.10), transparent 68%); pointer-events:none; }
.rsg-page .tn-card:hover { transform:translateY(-6px); box-shadow:0 20px 44px rgba(0,0,0,.11); border-color:rgba(44,122,75,.25); }
.rsg-page .tn-card .tn-card-icon, .rsg-page .tn-card strong, .rsg-page .tn-card p { position:relative; }
.rsg-page .tn-card p { color:var(--ink-700); }
/* === §4 Case Study redesign: Google-vs-AI split + feature band === */
.rsg-page .cs-split { display:grid; grid-template-columns:1fr 54px 1fr; gap:0 10px; align-items:start; margin:30px 0 26px; }
.rsg-page .cs-split-col { display:flex; flex-direction:column; }
.rsg-page .cs-split-tag { display:inline-flex; align-items:center; gap:7px; align-self:flex-start; font-family:var(--font-display); font-size:10.5px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; padding:5px 12px; border-radius:999px; margin-bottom:12px; }
.rsg-page .cs-tag-muted { color:var(--ink-500); background:#EEF1F4; }
.rsg-page .cs-tag-green { color:var(--green-700); background:var(--green-50); border:1px solid rgba(44,122,75,.2); }
.rsg-page .cs-tag-dot { width:7px; height:7px; border-radius:50%; }
.rsg-page .cs-dot-gray { background:#94A3B8; }
.rsg-page .cs-dot-green { background:var(--green-500); }
.rsg-page .cs-frame { border:1px solid var(--line); border-radius:13px; overflow:hidden; background:#fff; box-shadow:0 12px 34px rgba(0,0,0,.09); }
.rsg-page .cs-frame-green { border-color:rgba(44,122,75,.32); box-shadow:0 16px 40px rgba(44,122,75,.16); }
.rsg-page .cs-frame-bar { display:flex; align-items:center; gap:5px; padding:8px 12px; background:#F4F6F8; border-bottom:1px solid var(--line); }
.rsg-page .cs-fdot { width:8px; height:8px; border-radius:50%; flex-shrink:0; }
.rsg-page .cs-frame-url { margin-left:8px; font-family:var(--font-mono); font-size:9.5px; color:var(--ink-500); background:#fff; border:1px solid var(--line); border-radius:5px; padding:3px 9px; flex:1; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.rsg-page .cs-frame img { display:block; width:100%; height:360px; object-fit:cover; object-position:top; }
.rsg-page .cs-split-cap { font-size:13px; color:var(--ink-700); line-height:1.5; margin:12px 2px 0; }
.rsg-page .cs-split-feat .cs-split-cap strong { color:var(--green-700); }
.rsg-page .cs-split-mid { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:8px; align-self:center; padding-top:34px; }
.rsg-page .cs-vs { font-family:var(--font-display); font-size:12px; font-weight:900; color:var(--green-700); background:var(--green-50); border:1px solid rgba(44,122,75,.25); width:34px; height:34px; border-radius:50%; display:flex; align-items:center; justify-content:center; }
.rsg-page .cs-split-arrow { opacity:.9; }
.rsg-page .ce-feature-band { background:linear-gradient(160deg,#F0FDF4 0%,#E8F7EE 42%,#fff 100%); border:1px solid rgba(44,122,75,.2); border-radius:20px; padding:30px 32px; display:flex; flex-direction:column; margin-bottom:30px; }
.rsg-page .ce-feature-band .ce-fc-h3 { margin-top:4px; }
.rsg-page .ce-feature-band .ce-fc-body { max-width:760px; }
.rsg-page .ce-signals-head { margin-bottom:18px; }
.rsg-page .ce-sig-h4 { font-family:var(--font-display); font-size:19px; font-weight:800; color:var(--ink-900); margin:0 0 6px; }
.rsg-page .ce-sig-lede { font-size:14.5px; color:var(--ink-700); line-height:1.6; margin:0; }
.rsg-page .ce-consensus { font-size:15px; color:var(--ink-700); line-height:1.65; margin:22px 0 0; }
.rsg-page .ce-consensus strong { color:var(--green-700); }
.rsg-page .ce-stat-feat b { color:var(--green-700) !important; }
.rsg-page .ce-stat-feat { border-color:rgba(44,122,75,.3) !important; background:var(--green-50) !important; }
@media (max-width:820px){
  .rsg-page .cs-split { grid-template-columns:1fr; gap:18px; }
  .rsg-page .cs-split-mid { flex-direction:row; padding-top:0; }
  .rsg-page .cs-split-arrow { transform:rotate(90deg); }
  .rsg-page .cs-frame img { height:auto; }
}
/* === Su'Coy feature band — premium scorecard === */
.rsg-page .ce-feature-band { position:relative; overflow:hidden; background:linear-gradient(150deg,#EAF7EF 0%,#E2F2E8 45%,#F4FBF6 100%); border:1px solid rgba(44,122,75,.22); border-radius:22px; padding:34px 36px; box-shadow:0 18px 50px rgba(44,122,75,.12); }
.rsg-page .ce-fb-glow { position:absolute; border-radius:50%; pointer-events:none; top:-90px; right:-60px; width:330px; height:330px; background:radial-gradient(circle, rgba(44,122,75,.16), transparent 68%); }
.rsg-page .ce-fb-glow2 { top:auto; right:auto; bottom:-100px; left:-70px; width:270px; height:270px; background:radial-gradient(circle, rgba(44,122,75,.10), transparent 68%); }
.rsg-page .ce-fb-grid { position:relative; display:grid; grid-template-columns:1.15fr .85fr; gap:38px; align-items:center; }
.rsg-page .ce-fb-meta { display:flex; gap:8px; flex-wrap:wrap; margin:2px 0 15px; }
.rsg-page .ce-fb-chip { display:inline-flex; align-items:center; gap:6px; font-family:var(--font-display); font-size:11px; font-weight:700; color:var(--green-700); background:rgba(255,255,255,.72); border:1px solid rgba(44,122,75,.2); border-radius:999px; padding:5px 12px; }
.rsg-page .ce-fb-chip svg { width:12px; height:12px; flex-shrink:0; }
.rsg-page .ce-fb-text .ce-fc-body { max-width:none; }
.rsg-page .ce-scorecard { background:#fff; border:1px solid var(--line); border-radius:18px; padding:18px; box-shadow:0 16px 40px rgba(0,0,0,.10); display:flex; flex-direction:column; gap:10px; }
.rsg-page .ce-sc-head { font-family:var(--font-display); font-size:10px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; color:var(--ink-500); padding:2px 4px 9px; border-bottom:1px solid var(--line-2); margin-bottom:2px; }
.rsg-page .ce-pstat { position:relative; display:flex; align-items:center; gap:13px; padding:12px 14px; border-radius:12px; background:#FAFBFC; border:1px solid var(--line-2); }
.rsg-page .ce-pstat-ic { width:38px; height:38px; border-radius:10px; display:flex; align-items:center; justify-content:center; flex-shrink:0; background:#fff; border:1px solid var(--line); }
.rsg-page .ce-pstat-txt { display:flex; flex-direction:column; line-height:1; }
.rsg-page .ce-pstat-txt b { font-family:var(--font-display); font-size:25px; font-weight:900; color:var(--ink-900); }
.rsg-page .ce-pstat-txt span { font-family:var(--font-display); font-size:9.5px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:var(--ink-500); margin-top:5px; }
.rsg-page .ce-pstat-hero { background:linear-gradient(135deg,var(--green-500),var(--green-700)); border-color:transparent; box-shadow:0 12px 26px rgba(44,122,75,.32); }
.rsg-page .ce-pstat-hero .ce-pstat-ic { background:rgba(255,255,255,.18); border-color:rgba(255,255,255,.32); }
.rsg-page .ce-pstat-hero .ce-pstat-txt b { color:#fff; }
.rsg-page .ce-pstat-hero .ce-pstat-txt span { color:rgba(255,255,255,.85); }
.rsg-page .ce-pstat-badge { position:absolute; top:11px; right:13px; font-family:var(--font-display); font-size:8.5px; font-weight:800; letter-spacing:.05em; text-transform:uppercase; color:var(--green-700); background:#fff; padding:3px 9px; border-radius:999px; box-shadow:0 3px 8px rgba(0,0,0,.12); }
@media (max-width:820px){ .rsg-page .ce-fb-grid { grid-template-columns:1fr; gap:24px; } }
/* === What Is AI SEO — premium redesign === */
.rsg-page .wai-grid { display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:start; margin-top:6px; }
.rsg-page .wai-left { display:flex; flex-direction:column; }
.rsg-page .wai-signals { display:flex; flex-direction:column; gap:12px; }
.rsg-page .wai-card { display:flex; align-items:center; gap:14px; background:#fff; border:1px solid var(--line); border-left:4px solid var(--green-500); border-radius:14px; padding:15px 18px; box-shadow:var(--shadow-md); transition:transform .18s ease, box-shadow .18s ease; }
.rsg-page .wai-card:hover { transform:translateY(-3px); box-shadow:0 14px 32px rgba(0,0,0,.10); }
.rsg-page .wai-ic { width:40px; height:40px; border-radius:11px; background:linear-gradient(150deg,var(--green-500),var(--green-700)); display:flex; align-items:center; justify-content:center; flex-shrink:0; box-shadow:0 6px 16px rgba(44,122,75,.26); }
.rsg-page .wai-card-main { flex:1; display:flex; flex-direction:column; gap:3px; min-width:0; }
.rsg-page .wai-card-main strong { font-family:var(--font-display); font-size:14.5px; font-weight:800; color:var(--ink-900); }
.rsg-page .wai-card-main span { font-size:12.5px; color:var(--ink-600); line-height:1.5; }
.rsg-page .wai-pill { flex-shrink:0; font-family:var(--font-display); font-size:10px; font-weight:800; letter-spacing:.04em; text-transform:uppercase; color:var(--green-700); background:var(--green-50); border:1px solid rgba(44,122,75,.2); border-radius:999px; padding:6px 11px; }
.rsg-page .wai-body { font-size:14.5px; color:var(--ink-700); line-height:1.7; margin:22px 0 20px; }
.rsg-page .wai-body strong { color:var(--green-700); }
.rsg-page .wai-platforms { display:flex; align-items:center; gap:9px; flex-wrap:wrap; }
.rsg-page .wai-plat-label { font-family:var(--font-display); font-size:10px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; color:var(--ink-500); margin-right:2px; }
.rsg-page .wai-chip { display:inline-flex; align-items:center; gap:6px; font-family:var(--font-display); font-size:12px; font-weight:700; color:var(--ink-900); background:#fff; border:1px solid var(--line); border-radius:999px; padding:6px 13px; box-shadow:0 2px 6px rgba(0,0,0,.04); transition:transform .15s ease, box-shadow .15s ease; }
.rsg-page .wai-chip:hover { transform:translateY(-2px); box-shadow:0 6px 14px rgba(0,0,0,.10); }
.rsg-page .wai-chip svg { flex-shrink:0; }
.rsg-page .wai-chat { border:1px solid var(--line); border-radius:16px; overflow:hidden; background:#fff; box-shadow:0 22px 56px rgba(0,0,0,.13); }
.rsg-page .wai-chat-bar { display:flex; align-items:center; gap:6px; padding:11px 14px; background:#F4F6F8; border-bottom:1px solid var(--line); }
.rsg-page .wai-cdot { width:9px; height:9px; border-radius:50%; flex-shrink:0; }
.rsg-page .wai-chat-title { margin-left:auto; display:inline-flex; align-items:center; gap:6px; font-family:var(--font-display); font-size:12px; font-weight:700; color:var(--ink-700); }
.rsg-page .wai-chat-body { padding:20px; display:flex; flex-direction:column; gap:15px; }
.rsg-page .wai-user { display:flex; justify-content:flex-end; }
.rsg-page .wai-user-bubble { background:#ECEEF1; color:var(--ink-900); font-size:13px; line-height:1.4; border-radius:14px 14px 4px 14px; padding:9px 14px; max-width:82%; }
.rsg-page .wai-ai { display:flex; gap:11px; align-items:flex-start; }
.rsg-page .wai-ai-av { width:30px; height:30px; border-radius:50%; background:#10A37F; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.rsg-page .wai-ai-msg { flex:1; min-width:0; }
.rsg-page .wai-ai-msg > p { font-size:13px; color:var(--ink-700); line-height:1.55; margin:0 0 12px; }
.rsg-page .wai-rec { border:1px solid rgba(44,122,75,.25); background:linear-gradient(160deg,#F0FDF4,#fff); border-radius:12px; padding:13px 15px; margin-bottom:12px; }
.rsg-page .wai-rec-top { display:flex; align-items:center; gap:9px; margin-bottom:10px; }
.rsg-page .wai-rec-rank { width:20px; height:20px; border-radius:6px; background:var(--green-500); color:#fff; font-family:var(--font-display); font-size:11px; font-weight:800; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.rsg-page .wai-rec-top b { font-family:var(--font-display); font-size:14px; font-weight:800; color:var(--ink-900); }
.rsg-page .wai-rec-tag { margin-left:auto; font-family:var(--font-display); font-size:8.5px; font-weight:800; letter-spacing:.05em; text-transform:uppercase; color:var(--green-700); background:#fff; border:1px solid rgba(44,122,75,.25); border-radius:999px; padding:3px 9px; }
.rsg-page .wai-rec-list { list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:7px; }
.rsg-page .wai-rec-list li { display:flex; align-items:flex-start; gap:8px; font-size:12px; color:var(--ink-700); line-height:1.45; }
.rsg-page .wai-rec-list li svg { width:13px; height:13px; flex-shrink:0; margin-top:2px; }
.rsg-page .wai-ai-best { font-size:12.5px; color:var(--ink-700); line-height:1.5; margin:0; }
.rsg-page .wai-ai-best strong { color:var(--ink-900); }
@media (max-width:860px){ .rsg-page .wai-grid { grid-template-columns:1fr; gap:30px; } }
/* === What Is AI SEO — equalize column heights === */
.rsg-page .wai-grid { align-items: stretch; }
.rsg-page .wai-right { display:flex; flex-direction:column; }
.rsg-page .wai-chat { flex:1; display:flex; flex-direction:column; }
.rsg-page .wai-chat-body { flex:1; }
.rsg-page .wai-chat-input { display:flex; align-items:center; gap:10px; margin:2px 16px 16px; padding:11px 16px; background:#F4F6F8; border:1px solid var(--line); border-radius:999px; }
.rsg-page .wai-ci-text { flex:1; font-size:12.5px; color:#9CA3AF; }
.rsg-page .wai-send { width:26px; height:26px; border-radius:50%; background:#10A37F; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
@media (max-width:860px){ .rsg-page .wai-chat { flex:none; } }
/* === Appears-on chips: keep on one line === */
.rsg-page .wai-platforms { flex-wrap:nowrap; gap:7px; }
.rsg-page .wai-plat-label { white-space:nowrap; flex-shrink:0; margin-right:1px; }
.rsg-page .wai-chip { padding:5px 10px; font-size:11px; white-space:nowrap; flex-shrink:0; gap:5px; }
.rsg-page .wai-chip svg { width:11px; height:11px; }
@media (max-width:520px){ .rsg-page .wai-platforms { flex-wrap:wrap; } }
/* === Real platform logos in chips/chat === */
.rsg-page .wai-logo { width:14px; height:14px; object-fit:contain; flex-shrink:0; display:block; }
.rsg-page .wai-chip svg { width:14px; height:14px; }
.rsg-page .wai-av-logo { width:18px; height:18px; object-fit:contain; display:block; }
.rsg-page .wai-ai-av { background:#fff; border:1px solid var(--line); }
.rsg-page .wai-chat-title .wai-logo { width:13px; height:13px; }
/* === Match branding-page bk-tip styling for the Key-Difference CTA box === */
.rsg-page .kd2-callout { gap:14px; background:linear-gradient(135deg,var(--paper-soft) 0%,var(--green-50) 100%); border:1px solid var(--line); border-left:5px solid var(--green-500); border-radius:10px; padding:18px 22px; }
.rsg-page .kd2-co-icon { width:38px; height:38px; border-radius:9px; background:rgba(44,122,75,0.10); border:none; box-shadow:none; }
.rsg-page .kd2-co-icon svg { width:20px; height:20px; stroke:var(--green-500); fill:none; }
.rsg-page .kd2-co-text { font-size:14px; line-height:1.62; color:var(--ink-2); margin-bottom:13px; }
.rsg-page .kd2-co-text strong { color:var(--green-700); }
.rsg-page .kd2-co-btn { align-self:flex-end; background:var(--green-500); padding:8px 16px; font-size:12px; line-height:1.2; border-radius:999px; box-shadow:none; }
.rsg-page .kd2-co-btn:hover { background:var(--green-600); transform:translateY(-1px); box-shadow:0 8px 24px rgba(44,122,75,.25); }
.rsg-page .kd2-co-btn svg { width:14px; height:14px; margin-right:2px; }
@media (max-width:600px){ .rsg-page .kd2-co-btn { align-self:stretch; justify-content:center; } }
/* === Implication cards: remove green strip/glow, add foot visuals (website-design style) === */
.rsg-page .tn-card::before, .rsg-page .tn-card::after { content:none !important; display:none !important; }
.rsg-page .tn-card { position:relative; overflow:hidden; padding:20px 20px; border:1px solid var(--line); border-radius:14px; box-shadow:var(--shadow-md); display:flex; flex-direction:column; }
.rsg-page .tn-card:hover { transform:translateY(-4px); box-shadow:0 16px 36px rgba(0,0,0,.09); border-color:var(--line); }
.rsg-page .tn-card p { margin-bottom:15px; }
.rsg-page .tn-foot { margin-top:auto; padding-top:14px; border-top:1px solid var(--line-2); }
.rsg-page .tn-foot svg { display:block; width:100%; height:auto; }
.rsg-page .tn-cap { display:block; font-family:var(--font-mono); font-size:8.5px; letter-spacing:.09em; text-transform:uppercase; font-weight:700; color:var(--green-700); margin-bottom:9px; }
/* === Contractor quote: simple editorial pull-quote (no box) === */
.rsg-page .cs-contractor-quote { background:none !important; border:none !important; border-radius:0 !important; position:relative; padding:6px 0 6px 54px; margin:10px 0 26px; font-family:var(--font-display); font-size:20px; font-weight:600; font-style:normal; color:var(--ink-900); line-height:1.5; }
.rsg-page .cs-contractor-quote::before { content:"\201C"; position:absolute; left:0; top:14px; font-family:var(--font-display); font-size:62px; line-height:0; font-weight:800; color:var(--green-500); }
@media (max-width:600px){ .rsg-page .cs-contractor-quote { font-size:17px; padding-left:38px; } .rsg-page .cs-contractor-quote::before { font-size:48px; top:11px; } }
/* === Contractor quote v2: balanced icon-chip + centered text card === */
.rsg-page .cs-contractor-quote { display:flex !important; align-items:center; gap:15px; position:static !important; background:linear-gradient(135deg,#F4F9F5 0%,#EAF3EC 100%) !important; border:1px solid rgba(44,122,75,0.16) !important; border-left:1px solid rgba(44,122,75,0.16) !important; border-radius:14px !important; padding:18px 22px !important; margin:14px 0 26px; font-weight:400; }
.rsg-page .cs-contractor-quote::before { content:none !important; display:none !important; }
.rsg-page .cq-ic { width:42px; height:42px; border-radius:50%; background:#fff; border:1px solid rgba(44,122,75,0.18); display:flex; align-items:center; justify-content:center; flex-shrink:0; box-shadow:0 4px 12px rgba(44,122,75,0.12); }
.rsg-page .cq-text { font-family:var(--font-display); font-size:17px; font-weight:600; color:var(--ink-900); line-height:1.5; }
@media (max-width:600px){ .rsg-page .cs-contractor-quote { gap:12px; padding:15px 16px !important; } .rsg-page .cq-text { font-size:14.5px; } }

/* ===================== CASE STUDY: SU'COY — DOSSIER SYNTHESIS (cs2-) ===================== */
.rsg-page .cs2-section{ background: var(--paper,#FFFFFF); font-family: var(--font-body,'DM Sans',sans-serif); color: var(--ink-700,#262626); padding: 88px 0; -webkit-font-smoothing: antialiased; }
.rsg-page .cs2-section *{ box-sizing: border-box; }
.rsg-page .cs2-wrap{ max-width: 1140px; margin: 0 auto; padding: 0 28px; }

/* ---- Header ---- */
.rsg-page .cs2-eyebrow{ display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-display,'Montserrat',sans-serif); font-weight: 700; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--green-600,#1F5B36); margin: 0 0 18px; }
.rsg-page .cs2-eyebrow::before{ content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--green-500,#2C7A4B); box-shadow: 0 0 0 4px rgba(44,122,75,.16); flex: none; }
.rsg-page .cs2-h2{ font-family: var(--font-display,'Montserrat',sans-serif); font-weight: 800; color: var(--ink-900,#111111); line-height: 1.13; letter-spacing: -.01em; font-size: clamp(27px,3.6vw,42px); margin: 0 0 20px; max-width: 20ch; text-wrap: balance; }
.rsg-page .cs2-lede{ font-size: clamp(16px,1.5vw,18px); line-height: 1.62; color: var(--ink-700,#262626); max-width: 62ch; margin: 0; }
.rsg-page .cs2-lede b{ color: var(--ink-900,#111111); font-weight: 600; }

/* ---- Frustration -> answer ---- */
.rsg-page .cs2-fa{ display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; margin-top: 58px; }
.rsg-page .cs2-quote{ position: relative; margin: 0; padding: 6px 0 6px 28px; border-left: 3px solid var(--green-500,#2C7A4B); }
.rsg-page .cs2-qmark{ display: block; font-family: var(--font-display,'Montserrat',sans-serif); font-weight: 800; font-size: 60px; line-height: .6; color: var(--green-500,#2C7A4B); opacity: .18; margin-bottom: 6px; }
.rsg-page .cs2-quote p{ font-family: var(--font-display,'Montserrat',sans-serif); font-weight: 600; font-style: italic; font-size: clamp(20px,2.4vw,26px); line-height: 1.34; color: var(--ink-900,#111111); margin: 0; letter-spacing: -.01em; text-wrap: balance; }
.rsg-page .cs2-qattr{ margin-top: 16px; font-family: var(--font-display,'Montserrat',sans-serif); font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-500,#6B6B6B); font-style: normal; }
.rsg-page .cs2-answer{ margin: 0; }
.rsg-page .cs2-answer p{ font-size: 16.5px; line-height: 1.68; color: var(--ink-700,#262626); margin: 0 0 12px; }
.rsg-page .cs2-answer p:last-child{ margin-bottom: 0; }
.rsg-page .cs2-answer strong{ color: var(--green-700,#143E25); font-weight: 700; }
.rsg-page .cs2-lead-clause{ font-family: var(--font-display,'Montserrat',sans-serif); font-weight: 700; font-size: 18px; color: var(--ink-900,#111111); letter-spacing: -.01em; }

/* ---- Client dossier ---- */
.rsg-page .cs2-dossier{ margin-top: 64px; background: var(--paper,#FFFFFF); border: 1px solid var(--line,#E4E8E5); border-radius: 18px; box-shadow: var(--shadow-md,0 6px 24px rgba(0,0,0,.06)); overflow: hidden; }
.rsg-page .cs2-dossier-top{ display: flex; align-items: flex-start; gap: 22px; padding: 30px 34px; border-bottom: 1px solid var(--line-2,#EEF1EE); }
.rsg-page .cs2-monogram{ flex: none; width: 60px; height: 60px; border-radius: 14px; background: linear-gradient(135deg, var(--green-600,#1F5B36), var(--green-500,#2C7A4B)); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--font-display,'Montserrat',sans-serif); font-weight: 800; font-size: 23px; letter-spacing: -.02em; box-shadow: 0 6px 16px rgba(44,122,75,.26); }
.rsg-page .cs2-id{ flex: 1 1 auto; min-width: 0; }
.rsg-page .cs2-id-name{ font-family: var(--font-display,'Montserrat',sans-serif); font-weight: 800; font-size: 21px; color: var(--ink-900,#111111); margin: 0 0 9px; line-height: 1.2; letter-spacing: -.01em; }
.rsg-page .cs2-id-meta{ display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.rsg-page .cs2-chip{ display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-display,'Montserrat',sans-serif); font-size: 11.5px; font-weight: 600; letter-spacing: .03em; color: var(--ink-700,#262626); background: #fff; border: 1px solid var(--line,#E4E8E5); padding: 5px 11px; border-radius: 999px; }
.rsg-page .cs2-chip svg{ width: 13px; height: 13px; flex: none; }
.rsg-page .cs2-chip.cs2-chip-green{ color: var(--green-700,#143E25); border-color: rgba(44,122,75,.30); background: var(--green-50,#E8F1EB); }
.rsg-page .cs2-dossier-body{ padding: 26px 34px 30px; }
.rsg-page .cs2-dossier-body > p{ font-size: 16px; line-height: 1.66; color: var(--ink-700,#262626); margin: 0; max-width: 70ch; }
.rsg-page .cs2-dossier-body > p b{ color: var(--ink-900,#111111); font-weight: 600; }

/* stat ledger — hairline columns, not a band */
.rsg-page .cs2-ledger{ display: grid; grid-template-columns: repeat(3,1fr); margin-top: 26px; border: 1px solid var(--line,#E4E8E5); border-radius: 14px; overflow: hidden; }
.rsg-page .cs2-stat{ padding: 22px 24px; border-right: 1px solid var(--line-2,#EEF1EE); background: var(--paper,#FFFFFF); display: flex; flex-direction: column; }
.rsg-page .cs2-stat:last-child{ border-right: 0; }
.rsg-page .cs2-stat-num{ font-family: var(--font-display,'Montserrat',sans-serif); font-weight: 800; font-size: 34px; line-height: 1; color: var(--ink-900,#111111); letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.rsg-page .cs2-stat-num .cs2-unit{ font-size: 16px; color: var(--ink-500,#6B6B6B); font-weight: 700; margin-left: 2px; letter-spacing: 0; }
.rsg-page .cs2-stat-lbl{ margin-top: 10px; font-family: var(--font-display,'Montserrat',sans-serif); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-500,#6B6B6B); }
/* the ONE subtle green-tint surface */
.rsg-page .cs2-stat.cs2-stat-focal{ background: var(--green-50,#E8F1EB); }
.rsg-page .cs2-stat.cs2-stat-focal .cs2-stat-num{ color: var(--green-700,#143E25); }
.rsg-page .cs2-stat.cs2-stat-focal .cs2-stat-lbl{ color: var(--green-600,#1F5B36); }
.rsg-page .cs2-stat-flag{ display: inline-flex; align-items: center; gap: 5px; margin-bottom: 12px; font-family: var(--font-display,'Montserrat',sans-serif); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--green-600,#1F5B36); }
.rsg-page .cs2-stat-flag svg{ width: 12px; height: 12px; }

/* ---- Proof: gemini centerpiece + serp inset ---- */
.rsg-page .cs2-proof{ margin-top: 30px; display: grid; grid-template-columns: 1.55fr 1fr; gap: 24px; align-items: start; }
.rsg-page .cs2-proof-now,
.rsg-page .cs2-proof-old{ margin: 0; }
.rsg-page .cs2-proof-label{ display: flex; align-items: center; gap: 10px; margin: 0 0 12px; flex-wrap: wrap; }
.rsg-page .cs2-proof-tag{ font-family: var(--font-display,'Montserrat',sans-serif); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px; }
.rsg-page .cs2-proof-tag.cs2-now{ color: #fff; background: var(--green-600,#1F5B36); }
.rsg-page .cs2-proof-tag.cs2-old{ color: var(--ink-700,#262626); background: #fff; border: 1px solid var(--line,#E4E8E5); }
.rsg-page .cs2-proof-sub{ font-size: 13px; color: var(--ink-500,#6B6B6B); line-height: 1.4; }

/* browser frame */
.rsg-page .cs2-frame{ border: 1px solid var(--line,#E4E8E5); border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-md,0 6px 24px rgba(0,0,0,.06)); background: #fff; }
.rsg-page .cs2-frame-hero{ box-shadow: 0 18px 48px rgba(20,62,37,.14); border-color: rgba(44,122,75,.30); }
.rsg-page .cs2-frame-bar{ display: flex; align-items: center; gap: 10px; padding: 11px 14px; background: #F4F6F5; border-bottom: 1px solid var(--line-2,#EEF1EE); }
.rsg-page .cs2-dots{ display: inline-flex; gap: 6px; flex: none; }
.rsg-page .cs2-dots i{ width: 11px; height: 11px; border-radius: 50%; display: inline-block; }
.rsg-page .cs2-dots i:nth-child(1){ background: #FF5F57; }
.rsg-page .cs2-dots i:nth-child(2){ background: #FEBC2E; }
.rsg-page .cs2-dots i:nth-child(3){ background: #28C840; }
.rsg-page .cs2-url{ flex: 1 1 auto; min-width: 0; background: #fff; border: 1px solid var(--line-2,#EEF1EE); border-radius: 999px; padding: 5px 14px; text-align: center; font-family: var(--font-body,'DM Sans',sans-serif); font-size: 11.5px; font-weight: 600; letter-spacing: .02em; color: var(--ink-500,#6B6B6B); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rsg-page .cs2-frame img{ display: block; width: 100%; height: auto; max-width: 100%; }
/* desaturate the old-world SERP so the AI side reads as the focal point */
.rsg-page .cs2-frame-old img{ filter: grayscale(.5) saturate(.6) contrast(.98) brightness(1.01); }
.rsg-page .cs2-proof-note{ margin: 14px 0 0; font-size: 13.5px; line-height: 1.55; color: var(--ink-500,#6B6B6B); }
.rsg-page .cs2-proof-note b{ color: var(--ink-900,#111111); font-weight: 700; }

/* ---- Why: trust-signal flow ---- */
.rsg-page .cs2-why{ margin-top: 74px; }
.rsg-page .cs2-h3{ font-family: var(--font-display,'Montserrat',sans-serif); font-weight: 800; font-size: clamp(22px,2.6vw,30px); color: var(--ink-900,#111111); line-height: 1.18; letter-spacing: -.01em; margin: 0 0 14px; max-width: 24ch; text-wrap: balance; }
.rsg-page .cs2-why-lede{ font-size: 16.5px; line-height: 1.6; color: var(--ink-700,#262626); margin: 0 0 38px; max-width: 64ch; }
.rsg-page .cs2-flow{ display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; position: relative; }
.rsg-page .cs2-step{ position: relative; background: var(--paper,#FFFFFF); border: 1px solid var(--line,#E4E8E5); border-radius: 16px; padding: 28px 26px 26px; box-shadow: var(--shadow-md,0 6px 24px rgba(0,0,0,.06)); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.rsg-page .cs2-step:hover{ transform: translateY(-3px); box-shadow: 0 18px 48px rgba(0,0,0,.10); border-color: rgba(44,122,75,.3); }
.rsg-page .cs2-step:not(:last-child)::after{ content: ""; position: absolute; top: 50%; right: -22px; width: 22px; height: 2px; background: var(--line,#E4E8E5); transform: translateY(-50%); z-index: 1; }
.rsg-page .cs2-step-ic{ display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 12px; background: linear-gradient(135deg, var(--green-600,#1F5B36), var(--green-500,#2C7A4B)); margin-bottom: 16px; box-shadow: 0 6px 14px rgba(44,122,75,.22); }
.rsg-page .cs2-step-ic svg{ width: 23px; height: 23px; color: #fff; }
.rsg-page .cs2-step-h{ font-family: var(--font-display,'Montserrat',sans-serif); font-weight: 700; font-size: 16.5px; color: var(--ink-900,#111111); margin: 0 0 9px; line-height: 1.28; letter-spacing: -.01em; }
.rsg-page .cs2-step-b{ font-size: 14.5px; line-height: 1.58; color: var(--ink-700,#262626); margin: 0; }

.rsg-page .cs2-consensus{ margin-top: 30px; display: flex; align-items: center; gap: 16px; background: var(--green-50,#E8F1EB); border: 1px solid rgba(44,122,75,.22); border-radius: 14px; padding: 20px 26px; }
.rsg-page .cs2-consensus-ic{ flex: none; display: inline-flex; }
.rsg-page .cs2-consensus-ic svg{ width: 26px; height: 26px; color: var(--green-600,#1F5B36); }
.rsg-page .cs2-consensus p{ margin: 0; font-family: var(--font-display,'Montserrat',sans-serif); font-weight: 600; font-size: 17px; line-height: 1.4; color: var(--green-700,#143E25); letter-spacing: -.01em; }
.rsg-page .cs2-consensus p b{ font-weight: 800; }
.rsg-page .cs2-consensus p em{ font-style: normal; color: var(--green-600,#1F5B36); font-weight: 800; }

/* ---- The Lesson — single dark climax ---- */
.rsg-page .cs2-lesson{ position: relative; overflow: hidden; margin-top: 56px; padding: 48px 52px; border-radius: 22px; background: linear-gradient(135deg,#000 0%,#4A4A4A 100%); color: #fff; }
.rsg-page .cs2-lesson-glow{ position: absolute; top: -120px; right: -80px; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle, rgba(44,122,75,.45) 0%, rgba(44,122,75,0) 70%); pointer-events: none; }
.rsg-page .cs2-lesson-eyebrow{ position: relative; display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-display,'Montserrat',sans-serif); font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: #4ADE80; margin-bottom: 18px; }
.rsg-page .cs2-lesson-eyebrow::before{ content: ""; width: 7px; height: 7px; border-radius: 50%; background: #4ADE80; box-shadow: 0 0 0 4px rgba(74,222,128,.2); }
.rsg-page .cs2-lesson-body{ position: relative; margin: 0; max-width: 760px; font-family: var(--font-display,'Montserrat',sans-serif); font-weight: 700; font-size: clamp(22px,2.8vw,30px); line-height: 1.32; letter-spacing: -.015em; color: #fff; }
.rsg-page .cs2-lesson-kicker{ position: relative; margin: 18px 0 0; max-width: 720px; font-family: var(--font-body,'DM Sans',sans-serif); font-size: 16px; line-height: 1.65; color: rgba(255,255,255,.80); }
.rsg-page .cs2-lesson-kicker strong{ color: #fff; font-weight: 700; }

/* ===================== RESPONSIVE ===================== */
@media (max-width: 900px){
  .rsg-page .cs2-fa{ grid-template-columns: 1fr; gap: 38px; }
  .rsg-page .cs2-proof{ grid-template-columns: 1fr; gap: 30px; }
  .rsg-page .cs2-proof-old{ max-width: 540px; }
  .rsg-page .cs2-flow{ grid-template-columns: 1fr; gap: 16px; }
  .rsg-page .cs2-step:not(:last-child)::after{ top: auto; bottom: -16px; right: 50%; width: 2px; height: 16px; transform: translateX(50%); }
}
@media (max-width: 600px){
  .rsg-page .cs2-section{ padding: 62px 0; }
  .rsg-page .cs2-wrap{ padding: 0 20px; }
  .rsg-page .cs2-ledger{ grid-template-columns: 1fr; }
  .rsg-page .cs2-stat{ border-right: 0; border-bottom: 1px solid var(--line-2,#EEF1EE); flex-direction: row; align-items: baseline; justify-content: space-between; }
  .rsg-page .cs2-stat:last-child{ border-bottom: 0; }
  .rsg-page .cs2-stat-lbl{ margin-top: 0; }
  .rsg-page .cs2-stat-focal{ flex-direction: column; align-items: flex-start; }
  .rsg-page .cs2-stat-focal .cs2-stat-lbl{ margin-top: 10px; }
  .rsg-page .cs2-dossier-top{ padding: 24px 22px; gap: 16px; }
  .rsg-page .cs2-dossier-body{ padding: 22px 22px 26px; }
  .rsg-page .cs2-monogram{ width: 52px; height: 52px; font-size: 20px; }
  .rsg-page .cs2-consensus{ flex-direction: column; align-items: flex-start; gap: 12px; padding: 18px 20px; }
  .rsg-page .cs2-lesson{ padding: 34px 24px; border-radius: 18px; }
}
@media (max-width: 380px){
  .rsg-page .cs2-id-name{ font-size: 19px; }
  .rsg-page .cs2-stat-num{ font-size: 30px; }
  .rsg-page .cs2-monogram{ width: 48px; height: 48px; font-size: 18px; }
}

/* === Frustration->Answer: chat thread exchange === */
.rsg-page .cs3-thread{
  --cs3-green:#2C7A4B; --cs3-green-600:#1F5B36; --cs3-green-50:#E8F1EB;
  --cs3-ink:#111; --cs3-ink-700:#262626; --cs3-ink-500:#6B6B6B;
  --cs3-line:#E4E8E5; --cs3-paper:#FFFFFF;
  font-family:var(--font-body, "DM Sans", sans-serif);
  max-width:760px; margin:0; padding:0;
}
.rsg-page .cs3-thread *{box-sizing:border-box;}

.rsg-page .cs3-thread-head{
  display:flex; align-items:center; gap:9px;
  margin-bottom:24px; padding-bottom:15px;
  border-bottom:1px solid var(--cs3-line);
}
.rsg-page .cs3-live-dot{
  width:8px; height:8px; border-radius:50%;
  background:var(--cs3-green); flex:0 0 auto;
  box-shadow:0 0 0 4px var(--cs3-green-50);
}
.rsg-page .cs3-thread-label{
  font-family:var(--font-display, "Montserrat", sans-serif);
  font-size:11.5px; font-weight:600; letter-spacing:.13em;
  text-transform:uppercase; color:var(--cs3-ink-500);
}

.rsg-page .cs3-msg{
  display:flex; align-items:flex-end; gap:13px;
  margin-bottom:20px;
}
.rsg-page .cs3-msg-out{justify-content:flex-end;}
.rsg-page .cs3-msg:last-child{margin-bottom:0;}

.rsg-page .cs3-msg-col{
  display:flex; flex-direction:column;
  max-width:78%; min-width:0;
}
.rsg-page .cs3-msg-out .cs3-msg-col{align-items:flex-end;}

.rsg-page .cs3-meta{
  display:flex; align-items:center; gap:8px;
  margin-bottom:7px; padding:0 4px;
}
.rsg-page .cs3-meta-out{justify-content:flex-end;}
.rsg-page .cs3-name{
  font-family:var(--font-display, "Montserrat", sans-serif);
  font-size:12.5px; font-weight:700; color:var(--cs3-ink);
  letter-spacing:.01em;
}
.rsg-page .cs3-time{
  font-size:11px; color:var(--cs3-ink-500); font-weight:500;
}
.rsg-page .cs3-verify{display:inline-flex; line-height:0;}
.rsg-page .cs3-verify svg{width:14px; height:14px; display:block;}

.rsg-page .cs3-avatar{
  flex:0 0 auto;
  width:42px; height:42px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  font-family:var(--font-display, "Montserrat", sans-serif);
  font-weight:700; line-height:1;
}
.rsg-page .cs3-avatar-owner{
  background:var(--cs3-paper);
  border:1.5px solid var(--cs3-line);
  color:var(--cs3-ink-700);
  font-size:13px; letter-spacing:.02em;
  box-shadow:0 4px 14px rgba(0,0,0,.05);
}
.rsg-page .cs3-avatar-rsg{
  background:linear-gradient(150deg, var(--cs3-green) 0%, var(--cs3-green-600) 100%);
  box-shadow:0 6px 18px rgba(44,122,75,.32);
}
.rsg-page .cs3-mono{
  color:#fff; font-size:12px; font-weight:800; letter-spacing:.04em;
}

.rsg-page .cs3-bubble{
  position:relative;
  padding:16px 19px;
  border-radius:18px;
}
.rsg-page .cs3-bubble-in{
  background:var(--cs3-paper);
  border:1px solid var(--cs3-line);
  border-bottom-left-radius:6px;
  box-shadow:0 6px 24px rgba(0,0,0,.06);
}
.rsg-page .cs3-bubble-out{
  background:linear-gradient(180deg, #F1F8F3 0%, var(--cs3-green-50) 100%);
  border:1px solid #CFE5D7;
  border-bottom-right-radius:6px;
  box-shadow:0 8px 26px rgba(44,122,75,.10);
}

.rsg-page .cs3-q{
  margin:0;
  font-size:17px; line-height:1.5; color:var(--cs3-ink-700);
  font-weight:500;
}
.rsg-page .cs3-lead{
  margin:0 0 10px;
  font-family:var(--font-display, "Montserrat", sans-serif);
  font-size:16px; line-height:1.42; font-weight:700;
  color:var(--cs3-green-600);
}
.rsg-page .cs3-body{
  margin:0;
  font-size:15px; line-height:1.62; color:var(--cs3-ink-700);
}
.rsg-page .cs3-body strong{
  font-weight:700; color:var(--cs3-green-600);
}

@media (max-width:600px){
  .rsg-page .cs3-msg{gap:9px; margin-bottom:16px;}
  .rsg-page .cs3-msg-col{max-width:calc(100% - 50px);}
  .rsg-page .cs3-avatar{width:36px; height:36px;}
  .rsg-page .cs3-avatar-owner{font-size:11.5px;}
  .rsg-page .cs3-mono{font-size:10.5px;}
  .rsg-page .cs3-q{font-size:15.5px;}
  .rsg-page .cs3-lead{font-size:15px;}
  .rsg-page .cs3-body{font-size:14px;}
  .rsg-page .cs3-bubble{padding:14px 15px;}
}
@media (max-width:380px){
  .rsg-page .cs3-msg-col{max-width:calc(100% - 44px);}
  .rsg-page .cs3-thread-label{font-size:10.5px; letter-spacing:.1em;}
}
/* === Chat thread: fill section width === */
.rsg-page .cs3-thread { max-width:none !important; width:100%; }
.rsg-page .cs3-msg-col { max-width:84%; }
@media (max-width:600px){ .rsg-page .cs3-msg-col { max-width:calc(100% - 48px); } }
/* === Stat ledger enhancement: icons + aligned numbers + corner badge === */
.rsg-page .cs2-stat{ position:relative; padding:24px 24px 22px; align-items:flex-start; }
.rsg-page .cs2-stat-ic{ display:inline-flex; align-items:center; justify-content:center; width:36px; height:36px; border-radius:10px; background:#F2F5F3; margin-bottom:15px; }
.rsg-page .cs2-stat-ic svg{ display:block; }
.rsg-page .cs2-stat-focal .cs2-stat-ic{ background:#fff; box-shadow:0 2px 8px rgba(44,122,75,.14); }
.rsg-page .cs2-stat-lbl{ margin-top:9px; }
.rsg-page .cs2-stat-badge{ position:absolute; top:16px; right:16px; font-family:var(--font-display); font-size:9px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; color:var(--green-700); background:#fff; border:1px solid rgba(44,122,75,.3); border-radius:999px; padding:3px 9px; box-shadow:0 2px 6px rgba(44,122,75,.12); }
@media (max-width:600px){
  .rsg-page .cs2-stat{ flex-direction:row; align-items:center; gap:14px; padding:16px 18px; }
  .rsg-page .cs2-stat-ic{ margin-bottom:0; }
  .rsg-page .cs2-stat .cs2-stat-num{ margin-left:auto; }
  .rsg-page .cs2-stat-lbl{ margin-top:0; }
  .rsg-page .cs2-stat-focal{ flex-wrap:wrap; }
  .rsg-page .cs2-stat-badge{ position:static; margin-left:auto; order:3; }
}
/* ===== PROOF REDESIGN: THE SHIFT (Old World vs New World) ===== */
.rsg-page .csp-proof{ display:block; margin-top:34px; }
.rsg-page .csp-intro{ margin:0 0 26px; }
.rsg-page .csp-eyebrow{ display:inline-flex; align-items:center; gap:9px; font-family:var(--font-display,'Montserrat',sans-serif); font-size:11.5px; font-weight:700; letter-spacing:.16em; text-transform:uppercase; color:var(--green-600,#1F5B36); margin-bottom:13px; }
.rsg-page .csp-eyebrow-dot{ width:8px; height:8px; border-radius:50%; background:var(--green-500,#2C7A4B); box-shadow:0 0 0 4px rgba(44,122,75,.16); flex:none; }
.rsg-page .csp-lede{ margin:0; font-family:var(--font-body,'DM Sans',sans-serif); font-size:17px; line-height:1.62; color:var(--ink-700,#262626); max-width:760px; }
.rsg-page .csp-lede b{ color:var(--green-700,#143E25); font-weight:700; }

/* ---- comparison grid ---- */
.rsg-page .csp-compare{ display:grid; grid-template-columns:1fr auto 1fr; gap:18px; align-items:stretch; }
.rsg-page .csp-panel{ display:flex; flex-direction:column; margin:0; min-width:0; }

/* ---- panel head ---- */
.rsg-page .csp-head{ display:flex; align-items:center; gap:11px; margin:0 0 13px; flex-wrap:wrap; }
.rsg-page .csp-badge{ font-family:var(--font-display,'Montserrat',sans-serif); font-size:11px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; padding:5px 13px; border-radius:999px; color:var(--ink-700,#262626); background:#fff; border:1px solid var(--line,#E4E8E5); }
.rsg-page .csp-badge-new{ color:#fff; background:var(--green-600,#1F5B36); border-color:var(--green-600,#1F5B36); box-shadow:0 4px 12px rgba(31,91,54,.22); }
.rsg-page .csp-platform{ font-family:var(--font-body,'DM Sans',sans-serif); font-size:13px; font-weight:600; color:var(--ink-500,#6B6B6B); }

/* ---- browser window ---- */
.rsg-page .csp-window{ border:1px solid var(--line,#E4E8E5); border-radius:15px; overflow:hidden; background:#fff; box-shadow:var(--shadow-md,0 6px 24px rgba(0,0,0,.06)); }
.rsg-page .csp-window-new{ border-color:rgba(44,122,75,.34); box-shadow:0 20px 50px rgba(20,62,37,.16), 0 4px 14px rgba(20,62,37,.08); }
.rsg-page .csp-bar{ display:flex; align-items:center; gap:11px; padding:11px 15px; background:#F4F6F5; border-bottom:1px solid var(--line-2,#EEF1EE); }
.rsg-page .csp-window-new .csp-bar{ background:linear-gradient(180deg,#F2F8F4,#EAF2EC); border-bottom-color:rgba(44,122,75,.16); }
.rsg-page .csp-dots{ display:inline-flex; gap:6px; flex:none; }
.rsg-page .csp-dots i{ width:11px; height:11px; border-radius:50%; display:inline-block; }
.rsg-page .csp-dots i:nth-child(1){ background:#FF5F57; }
.rsg-page .csp-dots i:nth-child(2){ background:#FEBC2E; }
.rsg-page .csp-dots i:nth-child(3){ background:#28C840; }
.rsg-page .csp-url{ flex:1; min-width:0; font-family:var(--font-body,'DM Sans',sans-serif); font-size:12.5px; font-weight:600; color:var(--ink-500,#6B6B6B); text-align:center; background:#fff; border:1px solid var(--line-2,#EEF1EE); border-radius:999px; padding:5px 14px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.rsg-page .csp-window-new .csp-url{ color:var(--green-700,#143E25); }

/* ---- screenshot viewport (equal heights via crop + fade) ---- */
.rsg-page .csp-shot{ position:relative; height:430px; overflow:hidden; background:#fff; }
.rsg-page .csp-shot img{ display:block; width:100%; height:100%; object-fit:cover; object-position:top center; }
.rsg-page .csp-old .csp-shot img{ filter:grayscale(.6) saturate(.5) brightness(1.02) contrast(.98); }
.rsg-page .csp-fade{ position:absolute; left:0; right:0; bottom:0; height:96px; pointer-events:none; background:linear-gradient(to bottom, rgba(255,255,255,0), #fff 88%); }
.rsg-page .csp-flag{ position:absolute; left:14px; bottom:14px; z-index:2; display:inline-flex; align-items:center; gap:7px; padding:7px 13px 7px 11px; border-radius:999px; background:var(--green-600,#1F5B36); color:#fff; font-family:var(--font-display,'Montserrat',sans-serif); font-size:12px; font-weight:700; letter-spacing:.01em; box-shadow:0 8px 20px rgba(20,62,37,.30); }
.rsg-page .csp-flag svg{ width:14px; height:14px; flex:none; }

/* ---- reward footer ---- */
.rsg-page .csp-reward{ display:flex; align-items:center; gap:11px; margin-top:14px; padding:12px 15px; border-radius:11px; background:#F7F9F8; border:1px solid var(--line,#E4E8E5); }
.rsg-page .csp-reward-new{ background:linear-gradient(135deg,#F4F9F5,#E9F1EB); border-color:rgba(44,122,75,.26); }
.rsg-page .csp-reward-ic{ width:30px; height:30px; border-radius:8px; display:grid; place-items:center; flex:none; }
.rsg-page .csp-reward-ic svg{ width:16px; height:16px; }
.rsg-page .csp-reward-x{ background:#EFEFEF; color:#9A9A9A; }
.rsg-page .csp-reward-check{ background:var(--green-500,#2C7A4B); color:#fff; }
.rsg-page .csp-reward-txt{ font-family:var(--font-body,'DM Sans',sans-serif); font-size:14px; color:var(--ink-700,#262626); line-height:1.4; }
.rsg-page .csp-reward-txt b{ font-weight:700; color:var(--ink-900,#111); }
.rsg-page .csp-reward-new .csp-reward-txt b{ color:var(--green-700,#143E25); }

/* ---- center connector ---- */
.rsg-page .csp-mid{ position:relative; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:14px; padding:0 6px; align-self:center; }
.rsg-page .csp-mid::before{ content:""; position:absolute; top:10px; bottom:10px; left:50%; width:2px; transform:translateX(-50%); background:repeating-linear-gradient(to bottom, var(--line,#E4E8E5) 0 6px, transparent 6px 13px); }
.rsg-page .csp-mid-badge{ position:relative; z-index:1; width:56px; height:56px; border-radius:50%; background:var(--green-500,#2C7A4B); color:#fff; display:grid; place-items:center; box-shadow:0 10px 24px rgba(44,122,75,.34); }
.rsg-page .csp-mid-badge svg{ width:24px; height:24px; }
.rsg-page .csp-mid-cap{ position:relative; z-index:1; background:#fff; padding:6px 4px; font-family:var(--font-display,'Montserrat',sans-serif); font-size:11px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:var(--ink-700,#262626); text-align:center; line-height:1.45; width:84px; }
.rsg-page .csp-mid-cap-ln{ display:block; color:var(--green-700,#143E25); }

/* ---- takeaway bar ---- */
.rsg-page .csp-takeaway{ display:flex; gap:14px; align-items:flex-start; margin-top:28px; padding:18px 22px; border-radius:13px; background:linear-gradient(135deg,#F4F9F5,#E9F1EB); border:1px solid rgba(44,122,75,.22); border-left:5px solid var(--green-500,#2C7A4B); }
.rsg-page .csp-takeaway-ic{ width:40px; height:40px; border-radius:10px; background:#fff; display:grid; place-items:center; flex:none; color:var(--green-600,#1F5B36); box-shadow:0 3px 10px rgba(44,122,75,.14); }
.rsg-page .csp-takeaway-ic svg{ width:21px; height:21px; }
.rsg-page .csp-takeaway p{ margin:0; font-family:var(--font-body,'DM Sans',sans-serif); font-size:15.5px; line-height:1.6; color:var(--ink-700,#262626); }
.rsg-page .csp-takeaway p b{ color:var(--green-700,#143E25); font-weight:700; }

/* ---- responsive ---- */
@media (max-width:880px){
  .rsg-page .csp-compare{ grid-template-columns:1fr; gap:8px; }
  .rsg-page .csp-mid{ flex-direction:row; gap:13px; padding:14px 0; }
  .rsg-page .csp-mid::before{ top:50%; bottom:auto; left:14px; right:14px; width:auto; height:2px; transform:translateY(-50%); background:repeating-linear-gradient(to right, var(--line,#E4E8E5) 0 6px, transparent 6px 13px); }
  .rsg-page .csp-mid-badge{ width:48px; height:48px; }
  .rsg-page .csp-mid-badge svg{ transform:rotate(90deg); width:21px; height:21px; }
  .rsg-page .csp-mid-cap{ width:auto; padding:6px 10px; }
  .rsg-page .csp-mid-cap-ln{ display:inline; }
  .rsg-page .csp-shot{ height:340px; }
}
@media (max-width:520px){
  .rsg-page .csp-lede{ font-size:15.5px; }
  .rsg-page .csp-shot{ height:300px; }
  .rsg-page .csp-takeaway{ padding:16px 16px; }
  .rsg-page .csp-takeaway p{ font-size:14.5px; }
}


/* ===== WHY REDESIGN: THE CONSENSUS ENGINE ===== */
.rsg-page .ce-why .cs2-why-lede b{ color:var(--green-700,#143E25); font-weight:700; }
.rsg-page .ce-engine{ position:relative; margin-top:30px; }
.rsg-page .ce-srclabel{ display:inline-flex; align-items:center; gap:8px; font-family:var(--font-display,'Montserrat',sans-serif); font-size:10.5px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:var(--ink-500,#6B6B6B); margin-bottom:16px; }
.rsg-page .ce-srclabel::before{ content:""; width:22px; height:2px; border-radius:2px; background:var(--green-500,#2C7A4B); }

/* ---- source cards ---- */
.rsg-page .ce-sources{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.rsg-page .ce-src{ position:relative; display:flex; flex-direction:column; background:var(--paper,#FFFFFF); border:1px solid var(--line,#E4E8E5); border-radius:16px; padding:26px 24px 22px; box-shadow:var(--shadow-md,0 6px 24px rgba(0,0,0,.06)); transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.rsg-page .ce-src:hover{ transform:translateY(-4px); box-shadow:0 20px 50px rgba(0,0,0,.10); border-color:rgba(44,122,75,.32); }
.rsg-page .ce-src-ic{ display:inline-flex; align-items:center; justify-content:center; width:46px; height:46px; border-radius:13px; background:linear-gradient(135deg,var(--green-600,#1F5B36),var(--green-500,#2C7A4B)); box-shadow:0 8px 16px rgba(44,122,75,.24); margin-bottom:16px; }
.rsg-page .ce-src-ic svg{ width:23px; height:23px; color:#fff; }
.rsg-page .ce-src-h{ font-family:var(--font-display,'Montserrat',sans-serif); font-weight:700; font-size:16.5px; color:var(--ink-900,#111); margin:0 0 9px; line-height:1.28; letter-spacing:-.01em; }
.rsg-page .ce-src-b{ font-family:var(--font-body,'DM Sans',sans-serif); font-size:14.5px; line-height:1.58; color:var(--ink-700,#262626); margin:0 0 18px; }
.rsg-page .ce-src-sig{ margin-top:auto; display:inline-flex; align-items:center; gap:7px; align-self:flex-start; padding:6px 12px 6px 9px; border-radius:999px; background:var(--green-50,#E8F1EB); border:1px solid rgba(44,122,75,.20); font-family:var(--font-display,'Montserrat',sans-serif); font-size:11.5px; font-weight:700; letter-spacing:.01em; color:var(--green-700,#143E25); }
.rsg-page .ce-src-sig svg{ width:13px; height:13px; color:var(--green-500,#2C7A4B); flex:none; }

/* ---- converging lines ---- */
.rsg-page .ce-converge{ display:block; line-height:0; margin:-2px 0 -6px; }
.rsg-page .ce-converge svg{ display:block; }

/* ---- consensus core ---- */
.rsg-page .ce-core{ position:relative; display:flex; align-items:center; gap:18px; max-width:660px; margin:0 auto; padding:20px 26px; border-radius:16px; background:linear-gradient(135deg,#F1F8F3 0%,#E5EFE9 100%); border:1px solid rgba(44,122,75,.30); box-shadow:0 10px 30px rgba(20,62,37,.10); }
.rsg-page .ce-core::before{ content:""; position:absolute; top:-7px; left:50%; transform:translateX(-50%) rotate(45deg); width:13px; height:13px; background:#F1F8F3; border-left:1px solid rgba(44,122,75,.30); border-top:1px solid rgba(44,122,75,.30); }
.rsg-page .ce-core-ic{ flex:none; width:50px; height:50px; border-radius:50%; background:#fff; display:grid; place-items:center; color:var(--green-600,#1F5B36); box-shadow:0 6px 16px rgba(44,122,75,.20), inset 0 0 0 1px rgba(44,122,75,.14); }
.rsg-page .ce-core-ic svg{ width:26px; height:26px; }
.rsg-page .ce-core-k{ display:block; font-family:var(--font-display,'Montserrat',sans-serif); font-size:10.5px; font-weight:700; letter-spacing:.16em; text-transform:uppercase; color:var(--green-600,#1F5B36); margin-bottom:5px; }
.rsg-page .ce-core-txt p{ margin:0; font-family:var(--font-display,'Montserrat',sans-serif); font-weight:600; font-size:17px; line-height:1.42; color:var(--green-700,#143E25); letter-spacing:-.01em; }
.rsg-page .ce-core-txt p b{ font-weight:800; }
.rsg-page .ce-core-txt p em{ font-style:normal; font-weight:800; color:var(--green-600,#1F5B36); }

/* ---- lesson enhancement: structured layers ---- */
.rsg-page .ce-lesson{ margin-top:30px; }
.rsg-page .ce-lesson-layers{ position:absolute; top:50%; right:46px; transform:translateY(-50%); width:150px; height:150px; pointer-events:none; }
.rsg-page .ce-lesson-layers span{ position:absolute; right:0; width:150px; height:34px; border-radius:9px; border:1px solid rgba(255,255,255,.14); background:linear-gradient(135deg,rgba(44,122,75,.30),rgba(255,255,255,.02)); }
.rsg-page .ce-lesson-layers span:nth-child(1){ top:0; right:34px; opacity:.45; }
.rsg-page .ce-lesson-layers span:nth-child(2){ top:42px; right:17px; opacity:.70; border-left:3px solid #4ADE80; }
.rsg-page .ce-lesson-layers span:nth-child(3){ top:84px; right:0; opacity:1; border-left:3px solid #4ADE80; background:linear-gradient(135deg,rgba(44,122,75,.55),rgba(44,122,75,.10)); }

/* ---- responsive ---- */
@media (max-width:880px){
  .rsg-page .ce-sources{ grid-template-columns:1fr; gap:14px; }
  .rsg-page .ce-converge{ display:none; }
  .rsg-page .ce-core{ margin-top:18px; max-width:none; }
  .rsg-page .ce-core::before{ display:none; }
  .rsg-page .ce-lesson-layers{ display:none; }
}
@media (max-width:520px){
  .rsg-page .ce-core{ flex-direction:row; align-items:flex-start; gap:13px; padding:18px 18px; }
  .rsg-page .ce-core-txt p{ font-size:15.5px; }
}


/* ===== SIX PLACES — REBUILT ON-BRAND (s6) ===== */
.rsg-page .s6-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:6px; }
.rsg-page .s6-card{ display:flex; flex-direction:column; background:var(--paper,#fff); border:1px solid var(--line,#E4E8E5); border-radius:18px; padding:26px 24px; box-shadow:var(--shadow-sm,0 2px 8px rgba(0,0,0,.04)); transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.rsg-page .s6-card:hover{ transform:translateY(-5px); box-shadow:0 22px 50px rgba(0,0,0,.10); border-color:rgba(44,122,75,.32); }
.rsg-page .s6-head{ display:flex; align-items:center; gap:13px; margin-bottom:14px; }
.rsg-page .s6-ic{ flex:none; width:46px; height:46px; border-radius:13px; background:linear-gradient(135deg,var(--green-600,#1F5B36),var(--green-500,#2C7A4B)); display:grid; place-items:center; box-shadow:0 8px 16px rgba(44,122,75,.24); }
.rsg-page .s6-ic svg{ width:23px; height:23px; color:#fff; }
.rsg-page .s6-title{ font-family:var(--font-display,'Montserrat',sans-serif); font-weight:700; font-size:16.5px; color:var(--ink-900,#111); margin:0; line-height:1.24; letter-spacing:-.01em; }
.rsg-page .s6-body{ font-family:var(--font-body,'DM Sans',sans-serif); font-size:14px; line-height:1.6; color:var(--ink-700,#262626); margin:0 0 18px; }
.rsg-page .s6-body strong{ color:var(--ink-900,#111); font-weight:700; }

/* mockup inset frame (shared) */
.rsg-page .s6-viz{ margin-top:auto; background:#F7F9F8; border:1px solid var(--line-2,#EEF1EE); border-radius:12px; padding:14px; }

/* 1. GBP profile */
.rsg-page .s6-gbp-top{ display:flex; align-items:center; justify-content:space-between; gap:8px; padding-bottom:11px; margin-bottom:11px; border-bottom:1px solid var(--line-2,#EEF1EE); }
.rsg-page .s6-gbp-name{ font-family:var(--font-display,'Montserrat',sans-serif); font-weight:700; font-size:13px; color:var(--ink-900,#111); }
.rsg-page .s6-gbp-cat{ font-size:10.5px; color:var(--ink-500,#6B6B6B); white-space:nowrap; }
.rsg-page .s6-gbp-fields{ display:flex; flex-wrap:wrap; gap:6px; }
.rsg-page .s6-gbp-fields span{ display:inline-flex; align-items:center; gap:4px; font-family:var(--font-display,'Montserrat',sans-serif); font-size:11px; font-weight:700; color:var(--green-700,#143E25); background:var(--green-50,#E8F1EB); border:1px solid rgba(44,122,75,.18); border-radius:999px; padding:3px 9px; }
.rsg-page .s6-gbp-fields span svg{ width:10px; height:10px; color:var(--green-500,#2C7A4B); }

/* 2. directory chips */
.rsg-page .s6-chips{ display:flex; flex-wrap:wrap; gap:7px; }
.rsg-page .s6-chip{ font-family:var(--font-display,'Montserrat',sans-serif); font-size:11.5px; font-weight:700; color:var(--ink-700,#262626); background:#fff; border:1px solid var(--line,#E4E8E5); border-radius:8px; padding:6px 11px; box-shadow:0 1px 2px rgba(0,0,0,.03); }

/* 3. website page snippet */
.rsg-page .s6-page{ position:relative; }
.rsg-page .s6-page-ln{ display:block; height:7px; border-radius:4px; background:#E2E7E4; }
.rsg-page .s6-page-ln.w40{ width:40%; margin-bottom:10px; }
.rsg-page .s6-page-ln.w75{ width:75%; margin-top:10px; }
.rsg-page .s6-page-quote{ margin:0; padding:8px 11px; border-left:3px solid var(--green-500,#2C7A4B); background:var(--green-50,#E8F1EB); border-radius:0 7px 7px 0; font-family:var(--font-display,'Montserrat',sans-serif); font-style:italic; font-size:12px; font-weight:600; color:var(--green-700,#143E25); line-height:1.4; }
.rsg-page .s6-page-tag{ display:inline-flex; align-items:center; gap:5px; margin-top:11px; font-family:var(--font-display,'Montserrat',sans-serif); font-size:10px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; color:var(--green-600,#1F5B36); }
.rsg-page .s6-page-tag svg{ width:11px; height:11px; }

/* 4. reddit thread */
.rsg-page .s6-thread-sub{ display:inline-block; font-family:var(--font-display,'Montserrat',sans-serif); font-size:10.5px; font-weight:700; color:var(--ink-700,#262626); background:#fff; border:1px solid var(--line,#E4E8E5); border-radius:999px; padding:2px 10px; margin-bottom:8px; }
.rsg-page .s6-thread-q{ margin:0 0 8px; font-family:var(--font-body,'DM Sans',sans-serif); font-size:12.5px; line-height:1.45; color:var(--ink-900,#111); }
.rsg-page .s6-thread-reply{ display:inline-flex; align-items:center; gap:6px; font-family:var(--font-display,'Montserrat',sans-serif); font-size:11.5px; font-weight:700; color:var(--green-700,#143E25); }
.rsg-page .s6-thread-reply svg{ width:13px; height:13px; color:var(--green-500,#2C7A4B); flex:none; }

/* 5. youtube tile */
.rsg-page .s6-yt{ display:flex; align-items:center; gap:11px; }
.rsg-page .s6-yt-thumb{ flex:none; width:50px; height:36px; border-radius:7px; background:linear-gradient(135deg,#262626,#000); display:grid; place-items:center; }
.rsg-page .s6-yt-meta{ display:flex; flex-direction:column; gap:3px; min-width:0; }
.rsg-page .s6-yt-title{ font-family:var(--font-display,'Montserrat',sans-serif); font-size:12.5px; font-weight:700; color:var(--ink-900,#111); line-height:1.25; }
.rsg-page .s6-yt-cc{ font-family:var(--font-body,'DM Sans',sans-serif); font-size:11px; color:var(--ink-500,#6B6B6B); line-height:1.3; }

/* 6. NAP citation rows */
.rsg-page .s6-nap{ display:flex; flex-direction:column; gap:7px; }
.rsg-page .s6-nap-row{ display:flex; align-items:center; gap:9px; font-family:var(--font-body,'DM Sans',sans-serif); font-size:12.5px; font-weight:600; color:var(--ink-700,#262626); }
.rsg-page .s6-nap-row b{ flex:none; width:22px; height:22px; border-radius:6px; display:grid; place-items:center; background:var(--green-50,#E8F1EB); color:var(--green-700,#143E25); font-family:var(--font-display,'Montserrat',sans-serif); font-size:11px; font-weight:800; }
.rsg-page .s6-nap-row i{ margin-left:auto; display:inline-flex; align-items:center; gap:5px; font-style:normal; font-size:11px; font-weight:700; color:var(--green-600,#1F5B36); }
.rsg-page .s6-nap-row i svg{ width:12px; height:12px; }

/* responsive */
@media (max-width:900px){ .rsg-page .s6-grid{ grid-template-columns:repeat(2,1fr); gap:16px; } }
@media (max-width:560px){ .rsg-page .s6-grid{ grid-template-columns:1fr; gap:14px; } }


/* ===== INVISIBLE PROBLEM — GAP -> FIX TRANSFORMATION ROWS ===== */
.rsg-page .gapfix{ display:flex; flex-direction:column; gap:14px; margin-top:8px; }
.rsg-page .gapfix-head{ display:grid; grid-template-columns:1fr 64px 1fr; align-items:center; padding:0 4px; margin-bottom:2px; }
.rsg-page .gf-head-l,
.rsg-page .gf-head-r{ font-family:var(--font-display,'Montserrat',sans-serif); font-size:11px; font-weight:700; letter-spacing:.13em; text-transform:uppercase; padding-bottom:9px; }
.rsg-page .gf-head-l{ color:var(--ink-500,#6B6B6B); border-bottom:2px solid var(--line,#E4E8E5); }
.rsg-page .gf-head-r{ display:inline-flex; align-items:center; gap:8px; color:var(--green-600,#1F5B36); border-bottom:2px solid var(--green-500,#2C7A4B); }
.rsg-page .gf-head-dot{ width:8px; height:8px; border-radius:50%; background:var(--green-500,#2C7A4B); box-shadow:0 0 0 4px rgba(44,122,75,.16); }

/* row */
.rsg-page .gapfix-row{ display:grid; grid-template-columns:1fr 64px 1fr; align-items:stretch; background:var(--paper,#fff); border:1px solid var(--line,#E4E8E5); border-radius:16px; overflow:hidden; box-shadow:var(--shadow-sm,0 2px 8px rgba(0,0,0,.04)); transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.rsg-page .gapfix-row:hover{ transform:translateY(-3px); box-shadow:0 18px 40px rgba(0,0,0,.09); border-color:rgba(44,122,75,.28); }

/* gap (muted) + fix (green) halves */
.rsg-page .gf-gap,
.rsg-page .gf-fix{ display:flex; align-items:flex-start; gap:13px; padding:20px 22px; }
.rsg-page .gf-gap{ background:#FAFBFA; }
.rsg-page .gf-fix{ background:linear-gradient(135deg,#F4F9F5 0%,#EAF2EC 100%); }
.rsg-page .gf-tx h4{ font-family:var(--font-display,'Montserrat',sans-serif); font-size:15px; font-weight:700; margin:0 0 5px; line-height:1.25; letter-spacing:-.01em; }
.rsg-page .gf-tx p{ font-family:var(--font-body,'DM Sans',sans-serif); font-size:13.5px; line-height:1.55; margin:0; }
.rsg-page .gf-gap .gf-tx h4{ color:var(--ink-700,#262626); }
.rsg-page .gf-gap .gf-tx p{ color:var(--ink-500,#6B6B6B); }
.rsg-page .gf-fix .gf-tx h4{ color:var(--ink-900,#111); }
.rsg-page .gf-fix .gf-tx p{ color:var(--ink-700,#262626); }

/* status chips */
.rsg-page .gf-x,
.rsg-page .gf-check{ flex:none; width:30px; height:30px; border-radius:9px; display:grid; place-items:center; margin-top:1px; }
.rsg-page .gf-x{ background:#ECEEED; color:#9AA0A0; }
.rsg-page .gf-x svg{ width:15px; height:15px; }
.rsg-page .gf-check{ background:var(--green-500,#2C7A4B); color:#fff; box-shadow:0 5px 12px rgba(44,122,75,.28); }
.rsg-page .gf-check svg{ width:16px; height:16px; }

/* center arrow gutter */
.rsg-page .gf-arrow{ position:relative; display:grid; place-items:center; background:#fff; border-left:1px solid var(--line-2,#EEF1EE); border-right:1px solid var(--line-2,#EEF1EE); }
.rsg-page .gf-arrow svg{ width:15px; height:15px; color:#A2A8A4; background:#F0F2F1; border:1px solid var(--line-2,#EEF1EE); border-radius:50%; padding:8px; box-sizing:content-box; box-shadow:none; }

/* responsive: stack gap over fix, rotate arrow down */
@media (max-width:760px){
  .rsg-page .gapfix-head{ display:none; }
  .rsg-page .gapfix-row{ grid-template-columns:1fr; }
  .rsg-page .gf-arrow{ border:none; border-top:1px solid var(--line-2,#EEF1EE); border-bottom:1px solid rgba(44,122,75,.16); padding:9px 0; }
  .rsg-page .gf-arrow svg{ transform:rotate(90deg); }
}


/* ===== HOW RSG STEPS -> wd-feat alternating rows (from website-design page) ===== */
.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 .rss-frame{ margin:0; }
.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,#2C7A4B),var(--green-700,#143E25)); color:#fff; font-family:var(--font-mono,'DM Sans',sans-serif); font-size:10px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; padding:7px 14px 7px 12px; border-radius:999px; margin-bottom:15px; box-shadow:0 6px 16px rgba(44,122,75,.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,.25); }
.rsg-page .wd-feat-body h3{ font-family:var(--font-display,'Montserrat',sans-serif); font-size:21px; font-weight:800; color:var(--ink-900,#111); margin:0 0 10px; line-height:1.25; letter-spacing:-.01em; }
.rsg-page .wd-feat-body > p{ font-family:var(--font-body,'DM Sans',sans-serif); font-size:14.5px; line-height:1.6; color:var(--ink-700,#262626); 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-family:var(--font-body,'DM Sans',sans-serif); font-size:13.5px; line-height:1.5; color:var(--ink-700,#262626); }
.rsg-page .wd-checks li strong{ color:var(--ink-900,#111); font-weight:700; }
.rsg-page .wd-ck{ flex-shrink:0; width:21px; height:21px; border-radius:50%; background:var(--green-50,#E8F1EB); 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,#1F5B36); }
.rsg-page .wd-note{ background:linear-gradient(135deg,#F4F9F5 0%,#EAF2EC 100%); border:1px solid rgba(44,122,75,.18); border-left:3px solid var(--green-500,#2C7A4B); border-radius:9px; padding:11px 14px; font-size:12.5px; font-style:italic; line-height:1.5; color:var(--ink-700,#262626); }
@media (max-width:880px){
  .rsg-page .wd-feat{ grid-template-columns:1fr; gap:22px; }
  .rsg-page .wd-feat.rev .wd-feat-media{ order:0; }
}


.rsg-page .wd-cap .rss-frame img{ max-height:400px; object-fit:cover; object-position:top center; }

.rsg-page .wd-feat.wd-stretch{ align-items:stretch; }
.rsg-page .wd-stretch .wd-feat-media{ display:flex; }
.rsg-page .wd-stretch .rss-frame{ display:flex; flex-direction:column; width:100%; }
.rsg-page .wd-stretch .rss-frame img{ flex:1 1 auto; min-height:0; object-fit:contain; object-position:top center; background:#fff; }

/* schema code-panel mockup (Step 04) */
.rsg-page .schema-mock{ display:flex; flex-direction:column; width:100%; border:1px solid var(--line,#E4E8E5); border-radius:14px; overflow:hidden; box-shadow:0 16px 44px rgba(0,0,0,.10); background:#fff; }
.rsg-page .schema-top{ display:flex; align-items:center; gap:10px; padding:11px 14px; background:#F4F6F8; border-bottom:1px solid var(--line,#E4E8E5); }
.rsg-page .schema-dots{ display:inline-flex; gap:6px; flex:none; }
.rsg-page .schema-dots i{ width:10px; height:10px; border-radius:50%; display:inline-block; }
.rsg-page .schema-dots i:nth-child(1){ background:#FF5F57; }
.rsg-page .schema-dots i:nth-child(2){ background:#FEBC2E; }
.rsg-page .schema-dots i:nth-child(3){ background:#28C840; }
.rsg-page .schema-file{ display:inline-flex; align-items:center; gap:7px; font-family:ui-monospace,'SFMono-Regular',Consolas,monospace; font-size:11.5px; font-weight:600; color:var(--ink-700,#262626); }
.rsg-page .schema-file svg{ width:13px; height:13px; color:var(--green-600,#1F5B36); flex:none; }
.rsg-page .schema-copy{ margin-left:auto; color:#9AA0A0; display:inline-flex; }
.rsg-page .schema-copy svg{ width:14px; height:14px; }
.rsg-page .schema-code{ flex:1 1 auto; margin:0; padding:14px 18px; background:#F6F9F7; font-family:ui-monospace,'SFMono-Regular',Consolas,monospace; font-size:11.5px; line-height:1.5; color:var(--ink-700,#262626); white-space:pre; overflow:hidden; }
.rsg-page .schema-code .sk{ color:var(--green-700,#143E25); font-weight:600; }
.rsg-page .schema-code .sv{ color:var(--green-500,#2C7A4B); }
.rsg-page .schema-code .sc{ color:#9AA0A0; }
.rsg-page .schema-foot{ display:flex; align-items:center; gap:8px; padding:11px 16px; background:#fff; border-top:1px solid var(--line,#E4E8E5); font-family:var(--font-display,'Montserrat',sans-serif); font-size:11.5px; font-weight:700; color:var(--green-700,#143E25); }
.rsg-page .schema-foot svg{ width:14px; height:14px; color:var(--green-500,#2C7A4B); flex:none; }

.rsg-page .wd-stretch .rss-frame .rev-mock{ flex:1 1 auto; justify-content:space-between; }

/* review panel summary header */
.rsg-page .rev-summary{ display:flex; align-items:center; gap:11px; padding-bottom:13px; border-bottom:1px solid var(--line-2,#EEF1EE); }
.rsg-page .rev-sum-ic{ width:34px; height:34px; border-radius:9px; background:var(--green-50,#E8F1EB); color:var(--green-600,#1F5B36); display:grid; place-items:center; flex:none; }
.rsg-page .rev-sum-ic svg{ width:17px; height:17px; }
.rsg-page .rev-sum-tx{ display:flex; flex-direction:column; line-height:1.3; }
.rsg-page .rev-sum-name{ font-family:var(--font-display,'Montserrat',sans-serif); font-weight:800; font-size:13px; color:var(--ink-900,#111); }
.rsg-page .rev-sum-sub{ font-size:10.5px; color:var(--ink-500,#6B6B6B); }
.rsg-page .rev-sum-rate{ margin-left:auto; display:flex; flex-direction:column; align-items:flex-end; gap:2px; }
.rsg-page .rev-sum-lbl{ font-family:var(--font-display,'Montserrat',sans-serif); font-size:9.5px; font-weight:800; color:var(--green-700,#143E25); text-transform:uppercase; letter-spacing:.07em; }
.rsg-page .rev-stars{ color:#F5A623; font-size:11px; letter-spacing:1px; white-space:nowrap; }

/* client logo in dossier monogram */
.rsg-page .cs2-monogram.cs2-logo{ background:#fff; border:1px solid var(--line,#E4E8E5); padding:5px; box-shadow:0 5px 14px rgba(0,0,0,.08); }
.rsg-page .cs2-monogram.cs2-logo img{ width:100%; height:100%; object-fit:contain; display:block; }

/* RSG favicon in chat avatar */
.rsg-page .cs3-avatar-rsg{ background:#fff !important; border:1.5px solid var(--cs3-line,#E4E8E5); box-shadow:0 5px 16px rgba(44,122,75,.20); }
.rsg-page .cs3-avatar-rsg .cs3-fav{ width:70%; height:70%; object-fit:contain; display:block; }

/* ===== §8 FRANCHISE HEAD-TO-HEAD SCORECARD (dark) ===== */
.rsg-page .fr-board{ border:1px solid rgba(255,255,255,.13); border-radius:18px; overflow:hidden; background:rgba(255,255,255,.025); box-shadow:0 24px 60px rgba(0,0,0,.35); }
.rsg-page .fr-row{ display:grid; grid-template-columns:0.8fr 1fr 1.05fr; align-items:stretch; }
.rsg-page .fr-row + .fr-row{ border-top:1px solid rgba(255,255,255,.08); }
.rsg-page .fr-dim,
.rsg-page .fr-them,
.rsg-page .fr-you{ padding:17px 22px; display:flex; align-items:center; gap:11px; font-family:var(--font-body,'DM Sans',sans-serif); font-size:13.5px; line-height:1.45; }
.rsg-page .fr-dim{ font-family:var(--font-display,'Montserrat',sans-serif); font-weight:700; font-size:11.5px; letter-spacing:.08em; text-transform:uppercase; color:rgba(255,255,255,.92); border-right:1px solid rgba(255,255,255,.08); }
.rsg-page .fr-them{ color:rgba(255,255,255,.55); border-right:1px solid rgba(255,255,255,.08); }
.rsg-page .fr-you{ color:#fff; background:linear-gradient(180deg, rgba(44,122,75,.26) 0%, rgba(44,122,75,.13) 100%); box-shadow:inset 3px 0 0 #4ADE80; }
.rsg-page .fr-x,
.rsg-page .fr-c{ flex:none; width:22px; height:22px; border-radius:50%; display:grid; place-items:center; margin-top:1px; }
.rsg-page .fr-x{ background:rgba(255,255,255,.08); color:rgba(255,255,255,.45); }
.rsg-page .fr-x svg{ width:11px; height:11px; }
.rsg-page .fr-c{ background:#2C7A4B; color:#fff; box-shadow:0 0 0 4px rgba(74,222,128,.14); }
.rsg-page .fr-c svg{ width:12px; height:12px; }

/* header row */
.rsg-page .fr-head .fr-dim,
.rsg-page .fr-head .fr-them,
.rsg-page .fr-head .fr-you{ font-family:var(--font-display,'Montserrat',sans-serif); font-weight:800; font-size:14.5px; letter-spacing:0; text-transform:none; padding-top:20px; padding-bottom:20px; }
.rsg-page .fr-head .fr-dim{ font-size:10.5px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:rgba(255,255,255,.45); }
.rsg-page .fr-head .fr-them{ color:rgba(255,255,255,.78); }
.rsg-page .fr-head .fr-you{ color:#fff; background:linear-gradient(180deg, rgba(44,122,75,.42) 0%, rgba(44,122,75,.24) 100%); box-shadow:inset 3px 0 0 #4ADE80; }
.rsg-page .fr-h-ic{ flex:none; width:30px; height:30px; border-radius:8px; display:grid; place-items:center; }
.rsg-page .fr-h-ic svg{ width:17px; height:17px; }
.rsg-page .fr-h-them{ background:rgba(255,255,255,.08); color:rgba(255,255,255,.6); }
.rsg-page .fr-h-you{ background:rgba(74,222,128,.18); color:#4ADE80; }
.rsg-page .fr-win{ margin-left:auto; font-family:var(--font-display,'Montserrat',sans-serif); font-size:10px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; color:#0B2C19; background:#4ADE80; padding:4px 11px; border-radius:999px; }

@media (max-width:760px){
  .rsg-page .fr-row{ grid-template-columns:1fr 1fr; }
  .rsg-page .fr-dim{ grid-column:1 / -1; border-right:none; border-bottom:1px solid rgba(255,255,255,.08); padding-bottom:9px; padding-top:14px; background:rgba(255,255,255,.03); }
  .rsg-page .fr-head .fr-dim{ display:none; }
  .rsg-page .fr-them{ font-size:12.5px; }
  .rsg-page .fr-you{ font-size:12.5px; }
}


/* ===== §9 HONEST LEDGER (unified split card) ===== */
.rsg-page .cc2-card{ display:grid; grid-template-columns:1fr 1fr; background:#fff; border:1px solid var(--line,#E4E8E5); border-radius:20px; overflow:hidden; box-shadow:var(--shadow-md,0 6px 24px rgba(0,0,0,.06)); margin-top:8px; }
.rsg-page .cc2-pane{ padding:30px 32px; display:flex; flex-direction:column; }
.rsg-page .cc2-can{ background:linear-gradient(160deg,#F4F9F5 0%,#EAF2EC 100%); border-right:1px solid var(--line,#E4E8E5); }
.rsg-page .cc2-head{ display:flex; align-items:center; gap:13px; margin:0 0 20px; padding-bottom:18px; border-bottom:1px solid rgba(0,0,0,.07); }
.rsg-page .cc2-medal{ flex:none; width:46px; height:46px; border-radius:13px; display:grid; place-items:center; }
.rsg-page .cc2-medal svg{ width:23px; height:23px; }
.rsg-page .cc2-medal-can{ background:linear-gradient(135deg,var(--green-600,#1F5B36),var(--green-500,#2C7A4B)); color:#fff; box-shadow:0 8px 18px rgba(44,122,75,.26); }
.rsg-page .cc2-medal-cant{ background:#EDF1EF; color:#7C8884; }
.rsg-page .cc2-kicker{ display:block; font-family:var(--font-display,'Montserrat',sans-serif); font-size:10px; font-weight:800; letter-spacing:.14em; text-transform:uppercase; color:var(--green-600,#1F5B36); margin-bottom:4px; }
.rsg-page .cc2-kicker-muted{ color:#8A938F; }
.rsg-page .cc2-head h3{ font-family:var(--font-display,'Montserrat',sans-serif); font-size:18px; font-weight:800; color:var(--ink-900,#111); margin:0; line-height:1.2; letter-spacing:-.01em; }
.rsg-page .cc2-list{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:14px; }
.rsg-page .cc2-list li{ display:flex; align-items:flex-start; gap:12px; font-family:var(--font-body,'DM Sans',sans-serif); font-size:14px; line-height:1.5; color:var(--ink-700,#262626); }
.rsg-page .cc2-list li b{ color:var(--ink-900,#111); font-weight:700; }
.rsg-page .cc2-mk{ flex:none; width:24px; height:24px; border-radius:50%; display:grid; place-items:center; margin-top:1px; }
.rsg-page .cc2-mk svg{ width:13px; height:13px; }
.rsg-page .cc2-mk-yes{ background:var(--green-500,#2C7A4B); color:#fff; box-shadow:0 4px 10px rgba(44,122,75,.24); }
.rsg-page .cc2-mk-no{ background:#EDF1EF; color:#98A39E; }
.rsg-page .cc2-foot{ margin-top:auto; padding-top:18px; font-family:var(--font-display,'Montserrat',sans-serif); font-style:italic; font-size:12.5px; line-height:1.5; color:#8A938F; }
@media (max-width:760px){
  .rsg-page .cc2-card{ grid-template-columns:1fr; }
  .rsg-page .cc2-can{ border-right:none; border-bottom:1px solid var(--line,#E4E8E5); }
}


/* ===== §10 MEASUREMENT DASHBOARD TILES ===== */
.rsg-page .mx-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:8px; }
.rsg-page .mx-card{ display:flex; flex-direction:column; background:#fff; border:1px solid var(--line,#E4E8E5); border-radius:18px; padding:24px 24px 22px; box-shadow:var(--shadow-sm,0 2px 8px rgba(0,0,0,.04)); transition:transform .25s, box-shadow .25s, border-color .25s; }
.rsg-page .mx-card:hover{ transform:translateY(-5px); box-shadow:0 22px 50px rgba(0,0,0,.10); border-color:rgba(44,122,75,.30); }
.rsg-page .mx-top{ display:flex; align-items:center; gap:11px; margin-bottom:18px; }
.rsg-page .mx-ic{ width:42px; height:42px; border-radius:12px; background:linear-gradient(135deg,var(--green-600,#1F5B36),var(--green-500,#2C7A4B)); color:#fff; display:grid; place-items:center; box-shadow:0 8px 16px rgba(44,122,75,.22); }
.rsg-page .mx-ic svg{ width:21px; height:21px; }
.rsg-page .mx-tag{ font-family:var(--font-display,'Montserrat',sans-serif); font-size:10.5px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; color:var(--ink-500,#6B6B6B); }
.rsg-page .mx-headline{ display:flex; align-items:baseline; gap:9px; margin-bottom:16px; flex-wrap:wrap; }
.rsg-page .mx-num{ font-family:var(--font-display,'Montserrat',sans-serif); font-weight:800; font-size:38px; line-height:1; color:var(--green-700,#143E25); letter-spacing:-.02em; }
.rsg-page .mx-num small{ font-size:24px; }
.rsg-page .mx-num-word{ font-size:30px; }
.rsg-page .mx-unit{ font-family:var(--font-body,'DM Sans',sans-serif); font-size:12.5px; color:var(--ink-500,#6B6B6B); line-height:1.3; }

/* mini bar chart */
.rsg-page .mx-bars{ position:relative; display:flex; align-items:flex-end; gap:8px; height:74px; padding:0 2px 0; margin-bottom:18px; background:linear-gradient(180deg,transparent,rgba(44,122,75,.04)); border-bottom:1px solid var(--line-2,#EEF1EE); }
.rsg-page .mx-bars span{ flex:1; border-radius:5px 5px 0 0; background:linear-gradient(180deg,#4FB37A,#2C7A4B); }
.rsg-page .mx-bars-tag{ position:absolute; top:0; right:0; font-family:var(--font-display,'Montserrat',sans-serif); font-style:normal; font-size:9.5px; font-weight:800; letter-spacing:.06em; text-transform:uppercase; color:var(--green-600,#1F5B36); background:var(--green-50,#E8F1EB); padding:3px 8px; border-radius:999px; }

/* platform chips + named result */
.rsg-page .mx-plats{ display:flex; flex-wrap:wrap; gap:7px; margin-bottom:11px; }
.rsg-page .mx-plat{ font-family:var(--font-display,'Montserrat',sans-serif); font-size:11.5px; font-weight:700; color:var(--ink-700,#262626); background:#fff; border:1px solid var(--line,#E4E8E5); border-radius:8px; padding:5px 11px; box-shadow:0 1px 2px rgba(0,0,0,.03); }
.rsg-page .mx-named{ display:flex; align-items:center; gap:8px; margin-bottom:16px; padding:9px 12px; border-radius:10px; background:var(--green-50,#E8F1EB); border:1px dashed rgba(44,122,75,.3); font-family:var(--font-display,'Montserrat',sans-serif); font-size:12px; font-weight:700; color:var(--green-700,#143E25); }
.rsg-page .mx-named-ic{ flex:none; width:18px; height:18px; border-radius:50%; background:var(--green-500,#2C7A4B); color:#fff; display:grid; place-items:center; }
.rsg-page .mx-named-ic svg{ width:11px; height:11px; }

/* attribution flow */
.rsg-page .mx-flow{ display:flex; align-items:center; gap:7px; flex-wrap:wrap; margin-bottom:18px; padding:13px 12px; border-radius:10px; background:var(--paper-soft,#F7F9F8); border:1px solid var(--line-2,#EEF1EE); }
.rsg-page .mx-flow-step{ font-family:var(--font-display,'Montserrat',sans-serif); font-size:11px; font-weight:700; color:var(--ink-700,#262626); background:#fff; border:1px solid var(--line,#E4E8E5); border-radius:7px; padding:5px 9px; }
.rsg-page .mx-flow-win{ background:var(--green-500,#2C7A4B); color:#fff; border-color:var(--green-500,#2C7A4B); }
.rsg-page .mx-flow-arrow{ color:var(--green-500,#2C7A4B); display:inline-flex; }
.rsg-page .mx-flow-arrow svg{ width:15px; height:15px; }

.rsg-page .mx-desc{ margin:auto 0 0; font-family:var(--font-body,'DM Sans',sans-serif); font-size:13.5px; line-height:1.58; color:var(--ink-700,#262626); }
.rsg-page .mx-desc strong{ color:var(--ink-900,#111); font-weight:700; }
@media (max-width:880px){ .rsg-page .mx-grid{ grid-template-columns:1fr; gap:16px; } }


/* ===== §11 FIT QUALIFIER CARDS ===== */
.rsg-page .fit2-grid{ display:grid; grid-template-columns:1fr 1fr; gap:24px; margin-top:8px; align-items:start; }
.rsg-page .fit2-card{ border-radius:18px; padding:28px 28px 26px; border:1px solid var(--line,#E4E8E5); }
.rsg-page .fit2-yes{ background:linear-gradient(160deg,#F4F9F5 0%,#EAF2EC 100%); border-color:rgba(44,122,75,.24); box-shadow:0 18px 44px rgba(20,62,37,.10); }
.rsg-page .fit2-no{ background:#fff; box-shadow:var(--shadow-sm,0 2px 8px rgba(0,0,0,.04)); }
.rsg-page .fit2-head{ display:flex; align-items:center; gap:14px; margin-bottom:20px; padding-bottom:18px; border-bottom:1px solid rgba(0,0,0,.07); }
.rsg-page .fit2-medal{ flex:none; width:48px; height:48px; border-radius:14px; display:grid; place-items:center; }
.rsg-page .fit2-medal svg{ width:24px; height:24px; }
.rsg-page .fit2-medal-yes{ background:linear-gradient(135deg,var(--green-600,#1F5B36),var(--green-500,#2C7A4B)); color:#fff; box-shadow:0 8px 18px rgba(44,122,75,.26); }
.rsg-page .fit2-medal-no{ background:#EDF1EF; color:#8A938F; }
.rsg-page .fit2-title{ font-family:var(--font-display,'Montserrat',sans-serif); font-size:18px; font-weight:800; color:var(--ink-900,#111); margin:0 0 3px; line-height:1.2; letter-spacing:-.01em; }
.rsg-page .fit2-sub{ font-family:var(--font-display,'Montserrat',sans-serif); font-size:10.5px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; }
.rsg-page .fit2-yes .fit2-sub{ color:var(--green-600,#1F5B36); }
.rsg-page .fit2-no .fit2-sub{ color:#8A938F; }
.rsg-page .fit2-list{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:14px; }
.rsg-page .fit2-list li{ display:flex; align-items:flex-start; gap:12px; font-family:var(--font-body,'DM Sans',sans-serif); font-size:14px; line-height:1.5; }
.rsg-page .fit2-yes .fit2-list li{ color:var(--ink-700,#262626); }
.rsg-page .fit2-no .fit2-list li{ color:var(--ink-500,#6B6B6B); }
.rsg-page .fit2-list li b{ color:var(--ink-900,#111); font-weight:700; }
.rsg-page .fit2-no .fit2-list li b{ color:var(--ink-700,#262626); }
.rsg-page .fit2-mk{ flex:none; width:24px; height:24px; border-radius:50%; display:grid; place-items:center; margin-top:1px; }
.rsg-page .fit2-mk svg{ width:13px; height:13px; }
.rsg-page .fit2-mk-yes{ background:var(--green-500,#2C7A4B); color:#fff; box-shadow:0 4px 10px rgba(44,122,75,.24); }
.rsg-page .fit2-mk-no{ background:#EDF1EF; color:#98A39E; }
@media (max-width:760px){ .rsg-page .fit2-grid{ grid-template-columns:1fr; gap:16px; } }


/* dark variant of CTA callout (for §8) */
.rsg-page .kd2-callout.kd2-dark{ background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.13); border-left:5px solid #4ADE80; }
.rsg-page .kd2-dark .kd2-co-text{ color:rgba(255,255,255,.82); }
.rsg-page .kd2-dark .kd2-co-text strong{ color:#fff; }
.rsg-page .kd2-dark .kd2-co-icon{ background:rgba(74,222,128,.15); border:none; box-shadow:none; }
.rsg-page .kd2-dark .kd2-co-icon svg{ stroke:#4ADE80; }

/* === MOBILE HERO VISUAL — show + fit (was display:none) === */
@media (max-width:480px){
  .rsg-page .hero-right{ display:block !important; margin-top:4px; }
  .rsg-page .hero-stage{ margin-top:34px !important; }
  .rsg-page .platform-hero{ max-width:340px !important; height:480px !important; margin:0 auto !important; }
  .rsg-page .platform-hero::before{ left:16px !important; right:0 !important; top:16px !important; bottom:-8px !important; }
  .rsg-page .phone-shell{ left:0 !important; bottom:18px !important; transform:scale(.82); transform-origin:bottom left; }
  .rsg-page .hero-partner-badge{ display:inline-flex !important; top:-13px !important; font-size:9px !important; padding:6px 13px !important; }
  .rsg-page .hero-pill-stack{ display:flex !important; right:6px !important; bottom:10px !important; left:auto !important; width:auto !important; max-width:62% !important; gap:6px !important; align-items:flex-end !important; z-index:6 !important; }
  .rsg-page .hps-pill{ padding:5px 11px 5px 5px !important; gap:7px !important; max-width:100% !important; box-shadow:0 8px 20px rgba(0,0,0,.18) !important; }
  .rsg-page .hps-pill .hps-ic{ width:21px !important; height:21px !important; }
  .rsg-page .hps-pill .hps-ic svg{ width:11px !important; height:11px !important; }
  .rsg-page .hps-pill .hps-txt{ font-size:10px !important; white-space:normal !important; line-height:1.25 !important; }
}

/* ===== rsgviz: transplanted finalized AI-SEO right column ===== */
.rsgviz{position:relative;--ui:'Segoe UI',system-ui,-apple-system,'Helvetica Neue',sans-serif;--font-display:'Montserrat',system-ui,sans-serif;--green-500:#2C7A4B;--green-600:#1F5B36;--green-700:#143E25;}
.rsgviz .airc{position:relative;width:100%;max-width:602px;height:660px;margin:0 auto;}.rsgviz .airc::before{content:"";position:absolute;top:-30px;right:-40px;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(44,122,75,.18) 0%,rgba(44,122,75,.06) 45%,transparent 72%);filter:blur(6px);z-index:0;}.rsgviz .cg{position:absolute;inset:0;z-index:1;background:#FFFFFF;border:1px solid #E3E3E3;border-radius:20px;overflow:hidden;display:flex;font-family:var(--ui);
  box-shadow:0 0 0 1px rgba(17,40,28,.03),0 2px 6px rgba(17,40,28,.05),0 22px 54px -14px rgba(17,40,28,.22);}.rsgviz .os{width:100%;height:100%;}.rsgviz .cg-side{width:134px;flex-shrink:0;background:#F9F9F9;border-right:1px solid #ECECEC;display:flex;flex-direction:column;padding:12px 9px;}.rsgviz .cg-side .stop{display:flex;align-items:center;justify-content:space-between;padding:2px 4px 12px;}.rsgviz .cg-side .stop .os{width:22px;height:22px;}.rsgviz .cg-side .stop .cl{color:#9b9baa;}.rsgviz .cg-new{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:#0d0d0d;background:#fff;border:1px solid #E6E6E6;border-radius:9px;padding:7px 9px;margin-bottom:6px;}.rsgviz .cg-search{display:flex;align-items:center;gap:8px;font-size:11.5px;color:#8e8ea0;padding:7px 9px;margin-bottom:12px;}.rsgviz .cg-reclab{font-size:9.5px;font-weight:600;color:#9b9baa;padding:4px 6px 3px;}.rsgviz .cg-rec{font-size:11.5px;color:#3c3c43;padding:6px 8px;border-radius:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.rsgviz .cg-rec.on{background:#ECECEC;color:#0d0d0d;font-weight:500;}.rsgviz .cg-suser{margin-top:12px;display:flex;align-items:center;gap:8px;padding:7px 5px 2px;font-size:11.5px;color:#0d0d0d;border-top:1px solid #ECECEC;}.rsgviz .cg-suser .av{width:24px;height:24px;border-radius:50%;object-fit:cover;flex-shrink:0;}.rsgviz .cg-llms{margin-top:auto;background:#F4FAF6;border:1px solid #DCEEE2;border-radius:9px;padding:8px 8px 7px;box-shadow:0 1px 3px rgba(17,40,28,.05);animation:fade .6s 4.2s both;}.rsgviz .cg-llms .lh{display:flex;align-items:center;gap:5px;font-size:10px;font-weight:700;color:#0d0d0d;font-family:var(--ui);}.rsgviz .cg-llms .lh .fi{width:12px;height:12px;color:var(--green-600);flex-shrink:0;}.rsgviz .cg-llms .lh .dot{width:5px;height:5px;border-radius:50%;background:var(--green-500);margin-left:auto;box-shadow:0 0 0 3px rgba(44,122,75,.15);}.rsgviz .cg-llms .lbody{margin-top:6px;border-top:1px dashed #CFE7D8;padding-top:6px;display:flex;flex-direction:column;gap:3px;}.rsgviz .cg-llms .lrow{font-size:8.5px;line-height:1.3;color:#3c5346;font-family:var(--ui);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.rsgviz .cg-llms .lrow .h{color:var(--green-600);font-weight:700;}.rsgviz .cg-llms .lcap{margin-top:7px;font-size:8px;line-height:1.35;color:#6b7d72;font-weight:500;}.rsgviz .cg-main{flex:1;display:flex;flex-direction:column;min-width:0;background:#fff;}.rsgviz .cg-bar{display:flex;align-items:center;gap:6px;padding:12px 16px;border-bottom:1px solid #F1F1F1;flex-shrink:0;}.rsgviz .cg-model{font-weight:600;font-size:15.5px;color:#0d0d0d;display:flex;align-items:center;gap:4px;}.rsgviz .cg-model .v{color:#8e8ea0;font-weight:500;}.rsgviz .cg-model svg{width:15px;height:15px;color:#9b9baa;}.rsgviz .cg-share{margin-left:auto;display:flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:#0d0d0d;border:1px solid #E3E3E3;border-radius:999px;padding:6px 12px;}.rsgviz .cg-share svg{width:13px;height:13px;}.rsgviz .cg-uava{width:26px;height:26px;border-radius:50%;object-fit:cover;}.rsgviz .cg-conv{flex:1;padding:20px 20px 4px;display:flex;flex-direction:column;gap:14px;overflow:hidden;}.rsgviz .cg-user{align-self:flex-end;max-width:78%;background:#F4F4F4;color:#0d0d0d;border-radius:20px;padding:11px 16px;font-size:13.5px;line-height:1.45;animation:rise .5s .1s both;}.rsgviz .cg-ans{display:flex;gap:12px;animation:rise .5s .4s both;}.rsgviz .cg-ans .os{width:26px;height:26px;flex-shrink:0;border:1px solid #E6E6E6;border-radius:50%;padding:4px;background:#fff;}.rsgviz .cg-txt{font-size:12.5px;line-height:1.6;color:#0d0d0d;max-width:330px;}.rsgviz .cg-ln{display:block;overflow:hidden;white-space:nowrap;max-width:100%;}.rsgviz .cg-ln.l1{animation:type .9s .7s both steps(34);}.rsgviz .cg-ln.l2{animation:type .7s 1.55s both steps(28);}.rsgviz .cg-b{display:flex;align-items:flex-start;gap:8px;margin-top:6px;overflow:hidden;white-space:nowrap;}.rsgviz .cg-b .k{width:5px;height:5px;border-radius:50%;background:#0d0d0d;margin-top:8px;flex-shrink:0;}.rsgviz .cg-b.b1{animation:type .5s 2.2s both steps(24);}.rsgviz .cg-b.b2{animation:type .5s 2.6s both steps(24);}.rsgviz .cg-b.b3{animation:type .5s 3.0s both steps(24);}.rsgviz .cg-b strong{color:#0d0d0d;font-weight:600;}.rsgviz .cg-src{margin-top:10px;display:flex;align-items:center;gap:7px;font-size:11px;color:#8e8ea0;overflow:hidden;white-space:nowrap;animation:type .6s 3.5s both steps(30);}.rsgviz .cg-src .gic{width:13px;height:13px;flex-shrink:0;}.rsgviz .cg-caret{display:inline-block;width:2px;height:14px;background:#0d0d0d;vertical-align:-2px;margin-left:2px;opacity:0;animation:caretType 1.6s 3.5s step-end forwards;}.rsgviz .cg-acts{display:flex;gap:14px;margin:11px 0 0 38px;color:#9b9baa;animation:fade .5s 3.9s both;}.rsgviz .cg-acts svg{width:15px;height:15px;}.rsgviz .cg-foot{padding:6px 16px 12px;flex-shrink:0;}.rsgviz .cg-input{border:1px solid #E3E3E3;border-radius:26px;padding:12px 14px;display:flex;align-items:center;gap:10px;color:#8e8ea0;font-size:13px;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.04);}.rsgviz .cg-input .plus{width:22px;height:22px;border:1px solid #E0E0E0;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#5b5b6b;flex-shrink:0;font-size:15px;line-height:1;}.rsgviz .cg-input .txt{flex:1;}.rsgviz .cg-input .mic{color:#5b5b6b;}.rsgviz .cg-input .mic svg{width:16px;height:16px;}.rsgviz .cg-input .send{width:30px;height:30px;border-radius:50%;background:#0d0d0d;color:#fff;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;}.rsgviz .cg-disc{text-align:center;font-size:10px;color:#b4b4be;margin-top:8px;}.rsgviz .aipills{position:absolute;top:314px;right:360px;left:auto;z-index:14;display:flex;flex-direction:column;gap:9px;align-items:flex-end;}.rsgviz .aipill{display:inline-flex;align-items:center;gap:7px;background:#fff;border:1px solid #EDEDED;border-radius:999px;padding:5px 12px 5px 5px;white-space:nowrap;box-shadow:0 10px 26px rgba(0,0,0,.16),0 2px 8px rgba(0,0,0,.07);}.rsgviz .aipill:nth-child(1){animation:rise .5s 4.3s both;}.rsgviz .aipill:nth-child(2){animation:rise .5s 4.5s both;}.rsgviz .aipill:nth-child(3){animation:rise .5s 4.7s both;}.rsgviz .aipill .ic{width:21px;height:21px;border-radius:50%;background:linear-gradient(135deg,var(--green-500),var(--green-700));display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 3px 8px rgba(32,157,80,.28);}.rsgviz .aipill .ic svg{width:11px;height:11px;color:#fff;stroke:#fff;}.rsgviz .aipill .tx{font-family:var(--font-display);font-size:10px;font-weight:700;color:#0d0d0d;letter-spacing:-.005em;white-space:nowrap;}.rsgviz .aipill .tx b{font-weight:700;color:#0d0d0d;}.rsgviz .aipill .tx .s{font-weight:500;color:#8a8f99;}.rsgviz .mbp{position:absolute;right:-58px;bottom:-108px;z-index:12;width:462px;height:462px;animation:lapIn .8s 2.3s both;}.rsgviz .mbp-frame{position:absolute;top:0;left:0;width:462px;height:auto;filter:drop-shadow(0 22px 24px rgba(17,40,28,.26));}.rsgviz .mscreen{position:absolute;top:0;left:0;width:460px;height:288px;transform:matrix3d(0.310712,-0.023652,0,-0.000406,-0.084725,0.574501,0,0.000009,0,0,1,0,200.230078,98.265234,0,1);transform-origin:0 0;overflow:hidden;background:#fff;border-radius:4px;}.rsgviz .mbar{height:18px;background:#F1F2F4;border-bottom:1px solid #E4E6E9;display:flex;align-items:center;gap:5px;padding:0 9px;}.rsgviz .mbar .tl{width:6px;height:6px;border-radius:50%;}.rsgviz .mbar .r{background:#FF5F57;}.rsgviz .mbar .y{background:#FEBC2E;}.rsgviz .mbar .gr{background:#28C840;}.rsgviz .mbar .bar{flex:1;margin-left:4px;height:11px;border-radius:6px;background:#fff;border:1px solid #E4E6E9;display:flex;align-items:center;gap:4px;padding:0 8px;font-size:7px;color:#8a8f99;font-family:var(--ui);}.rsgviz .mbar .bar svg{width:6px;height:6px;color:#28a745;}.rsgviz .mview{position:absolute;top:18px;left:0;right:0;bottom:0;overflow:hidden;}.rsgviz .mview img{width:460px;display:block;animation:lapScroll 26s 4s ease-in-out infinite;}
@keyframes rise{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes fade{from{opacity:0}to{opacity:1}}@keyframes type{from{width:0}to{width:100%}}@keyframes caretType{0%{opacity:1}20%{opacity:0}40%{opacity:1}60%{opacity:0}80%{opacity:1}100%{opacity:0}}@keyframes lapIn{from{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}@keyframes lapScroll{0%,6%{transform:translateY(0)}50%,58%{transform:translateY(-1811px)}96%,100%{transform:translateY(0)}}
@media(max-width:900px){.rsg-page .hero-right{display:block!important;}.rsg-page .hero-stage{position:relative;overflow:visible;}}
@media(max-width:760px){.rsgviz{height:560px;}.rsgviz .airc{position:absolute;top:0;left:50%;margin-left:-301px;width:602px;max-width:602px;height:660px;transform:scale(.72);transform-origin:top center;}}
@media(max-width:600px){.rsgviz{height:445px;}.rsgviz .airc{transform:scale(.56);}}
@media(max-width:400px){.rsgviz{height:380px;}.rsgviz .airc{transform:scale(.48);}}
@media(prefers-reduced-motion:reduce){.rsgviz *{animation:none!important;}.rsgviz .mview img{transform:translateY(0)!important;}}

/* ===== Defensive typography: resist host WordPress theme overrides on publish =====
   (theme was forcing text-transform:capitalize + a lighter font-weight on headings) */
.rsg-page.rsg-page h1,.rsg-page.rsg-page h2,.rsg-page.rsg-page h3,.rsg-page.rsg-page h4{text-transform:none!important;font-family:'Montserrat',system-ui,sans-serif!important;font-weight:700!important;}
.rsg-page.rsg-page h1 em,.rsg-page.rsg-page h2 em,.rsg-page.rsg-page h3 em,.rsg-page.rsg-page h4 em{font-weight:700!important;font-style:normal!important;}
.rsg-page.rsg-page strong,.rsg-page.rsg-page b{font-weight:700!important;}
/* ===== Lock ALL card font-weights against host WP theme (weights were flattening on publish) ===== */
.rsgviz,.rsgviz p,.rsgviz div,.rsgviz span,.rsgviz a,.rsgviz li,.rsgviz strong,.rsgviz b{font-weight:400!important;}
.rsgviz .cg-rec.on,.rsgviz .cg-model .v,.rsgviz .cg-share,.rsgviz .cg-llms .lcap,.rsgviz .aipill .tx .s{font-weight:500!important;}
.rsgviz .cg-new,.rsgviz .cg-reclab,.rsgviz .cg-model,.rsgviz .cg-b strong{font-weight:600!important;}
.rsgviz .cg-llms .lh,.rsgviz .cg-llms .lrow .h,.rsgviz .aipill .tx,.rsgviz .aipill .tx b,.rsgviz .cg-ln strong,.rsgviz .cg-txt strong{font-weight:700!important;}
/* Hero left-column body text weight locks (resist theme) */
.rsg-page.rsg-page .hero-lede,.rsg-page.rsg-page .hero-tip-callout{font-weight:400!important;}
.rsg-page.rsg-page .hero-lede-bold{font-weight:700!important;}
.rsg-page.rsg-page .hero-ctas .btn{font-weight:600!important;}
.rsg-page.rsg-page .hero-trust-row .htr-muted{font-weight:500!important;}