.rvh-fixes{background:var(--color-stone-100);padding:80px 24px}.rvh-fixes-inner{max-width:760px;margin:0 auto}.rvh-fixes h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--text-primary);text-align:center;margin-bottom:48px;letter-spacing:-.01em}.rvh-fixes-list{display:flex;flex-direction:column;gap:32px}.rvh-fix{display:flex;gap:20px;align-items:flex-start}.rvh-fix-icon{flex-shrink:0;width:52px;height:52px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:linear-gradient(135deg,var(--color-gold-wash),var(--color-gold-pale));color:var(--color-gold-text)}.rvh-fix-text h3{font-size:1rem;font-weight:700;color:var(--text-primary);margin-bottom:6px;line-height:1.3}.rvh-fix-text p{font-size:.88rem;color:var(--text-secondary);line-height:1.65}@media(max-width:540px){.rvh-fix{flex-direction:column;gap:12px}}.rvh-steps{margin-top:48px;background:var(--color-white);border:1px solid var(--color-stone-200);border-radius:14px;padding:28px 26px}.rvh-steps h3{font-size:1rem;font-weight:700;color:var(--text-primary);margin-bottom:14px;line-height:1.3}.rvh-steps ol{margin:0 0 14px;padding-left:22px;display:flex;flex-direction:column;gap:10px}.rvh-steps li{font-size:.9rem;color:var(--text-secondary);line-height:1.65}.rvh-steps-note{font-size:.85rem;color:var(--text-secondary);line-height:1.6}.rvh-platforms{margin-top:40px;text-align:center}.rvh-platforms-label{font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary);margin-bottom:20px}.rvh-platforms-row{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:14px 28px;margin-bottom:20px}.rvh-platform{display:inline-flex;align-items:center;gap:8px;color:var(--brand);text-decoration:none}a.rvh-platform:focus-visible{outline:2px solid var(--color-gold);outline-offset:4px;border-radius:8px}.rvh-platform-mark{display:inline-flex}.rvh-platform-mark svg{height:20px;width:auto;display:block}.rvh-platform--wordmark .rvh-platform-mark svg{height:26px}.rvh-platform-name{font-size:.88rem;font-weight:600;color:var(--text-primary)}.rvh-platforms-note{font-size:.85rem;color:var(--text-secondary);line-height:1.6;max-width:620px;margin:0 auto}[data-theme=dark] .rvh-platform{color:var(--brand-dark)}.rvh-features{background:var(--color-white);padding:80px 24px}.rvh-features-inner{max-width:960px;margin:0 auto}.rvh-features h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--text-primary);text-align:center;margin-bottom:48px;letter-spacing:-.01em}.rvh-features-grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.rvh-features-grid li{background:var(--color-stone-25);border:1px solid var(--color-stone-200);border-radius:14px;padding:24px 22px}.rvh-features-grid h3{font-size:.98rem;font-weight:700;color:var(--text-primary);margin-bottom:8px;line-height:1.3}.rvh-features-grid p{font-size:.88rem;color:var(--text-secondary);line-height:1.6}@media(max-width:880px){.rvh-features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.rvh-features-grid{grid-template-columns:1fr}}.rvh-personas{background:var(--color-stone-100);padding:80px 24px}.rvh-personas-inner{max-width:960px;margin:0 auto}.rvh-personas h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--text-primary);text-align:center;margin-bottom:40px;letter-spacing:-.01em}.rvh-personas-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.rvh-persona{background:var(--color-white);border:1px solid var(--color-stone-200);border-radius:14px;padding:28px 26px}.rvh-persona h3{font-size:1rem;font-weight:700;color:var(--text-primary);margin-bottom:10px;line-height:1.3}.rvh-persona p{font-size:.9rem;color:var(--text-secondary);line-height:1.65}@media(max-width:720px){.rvh-personas-grid{grid-template-columns:1fr}}.rvh-compare{background:var(--color-stone-100);padding:0 24px 80px}.rvh-compare-inner{max-width:980px;margin:0 auto}.rvh-compare h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--text-primary);text-align:center;margin-bottom:40px;letter-spacing:-.01em}.rvh-table-wrap{overflow-x:auto;border-radius:14px;border:1px solid var(--color-stone-200);background:linear-gradient(to right,var(--color-white) 30%,transparent) left / 40px 100% no-repeat local,linear-gradient(to left,var(--color-white) 30%,transparent) right / 40px 100% no-repeat local,linear-gradient(to right,rgba(0,0,0,.08),transparent) left / 24px 100% no-repeat scroll,linear-gradient(to left,rgba(0,0,0,.08),transparent) right / 24px 100% no-repeat scroll,var(--color-white)}.rvh-table{width:100%;border-collapse:collapse;font-size:.88rem;min-width:640px}.rvh-table thead tr{background:linear-gradient(135deg,var(--color-gold-pale),var(--color-gold-muted))}.rvh-table th{font-weight:700;color:var(--text-primary);padding:14px 18px;text-align:left;border-bottom:2px solid var(--color-stone-200);white-space:nowrap}.rvh-table td{padding:12px 18px;color:var(--text-secondary);border-bottom:1px solid var(--color-stone-125)}.rvh-table tbody tr:nth-child(2n){background:var(--color-stone-25)}.rvh-table tbody tr:last-child td{border-bottom:none}.rvh-table-highlight{background:#fef3c74d}.rvh-table tbody tr:nth-child(2n) .rvh-table-highlight{background:#fef3c773}.rvh-table td strong{color:var(--text-primary);font-weight:600}.rvh-stats{background:var(--color-stone-100);padding:0 24px 80px}.rvh-stats-inner{max-width:960px;margin:0 auto}.rvh-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.rvh-stat{text-align:center;padding:24px 16px;background:var(--color-white);border:1px solid var(--color-stone-200);border-radius:12px}.rvh-stat-number{display:block;font-size:2.2rem;font-weight:700;color:var(--color-gold-text);line-height:1.1;margin-bottom:6px}.rvh-stat-label{font-size:.82rem;color:var(--text-secondary)}@media(max-width:680px){.rvh-stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.rvh-stats-grid{grid-template-columns:1fr}}[data-theme=dark] .rvh-fixes{background:var(--color-stone-950)}[data-theme=dark] .rvh-fix-icon{background:linear-gradient(135deg,#fefce814,#fef3c70d)}[data-theme=dark] .rvh-steps{background:var(--color-stone-900);border-color:var(--color-stone-800)}[data-theme=dark] .rvh-features{background:var(--color-stone-850)}[data-theme=dark] .rvh-features-grid li{background:var(--color-stone-900);border-color:var(--color-stone-800)}[data-theme=dark] .rvh-personas{background:var(--color-stone-950)}[data-theme=dark] .rvh-persona{background:var(--color-stone-900);border-color:var(--color-stone-800)}[data-theme=dark] .rvh-compare{background:var(--color-stone-950)}[data-theme=dark] .rvh-table-wrap{border-color:var(--color-stone-800);background:linear-gradient(to right,var(--color-stone-900) 30%,transparent) left / 40px 100% no-repeat local,linear-gradient(to left,var(--color-stone-900) 30%,transparent) right / 40px 100% no-repeat local,linear-gradient(to right,rgba(0,0,0,.15),transparent) left / 24px 100% no-repeat scroll,linear-gradient(to left,rgba(0,0,0,.15),transparent) right / 24px 100% no-repeat scroll,var(--color-stone-900)}[data-theme=dark] .rvh-table thead tr{background:linear-gradient(135deg,#fef3c71f,#fde68a14)}[data-theme=dark] .rvh-table th{border-bottom-color:var(--color-stone-800)}[data-theme=dark] .rvh-table td{border-bottom-color:var(--color-stone-775)}[data-theme=dark] .rvh-table tbody tr:nth-child(2n){background:var(--color-stone-875)}[data-theme=dark] .rvh-table-highlight{background:#fef3c70f}[data-theme=dark] .rvh-table tbody tr:nth-child(2n) .rvh-table-highlight{background:#fef3c71a}[data-theme=dark] .rvh-stats{background:var(--color-stone-950)}[data-theme=dark] .rvh-stat{background:var(--color-stone-900);border-color:var(--color-stone-800)}
