#methodGrid .category-card{cursor:pointer}
.method-section{margin-top:32px}
.method-section h2{font-size:22px;margin:0 0 12px}
.method-section ul{margin:0;padding-left:20px}
.method-section li{margin:6px 0;font-size:16px}
.method-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}
.method-tags a{font-size:13px;background:#f1f4fa;border-radius:999px;padding:6px 10px}
.method-tags a:hover{background:#e6ecfb}
.method-disclaimer{margin-top:36px;padding:16px 18px;border-radius:12px;background:#f7f9fd;color:var(--muted);font-size:14px}
