.scam-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:20px 0}.scam-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:20px;box-shadow:0 2px 8px rgba(0,0,0,.04);transition:border-color .2s,box-shadow .2s,transform .15s}.scam-card:hover{border-color:#00c853;box-shadow:0 4px 16px rgba(0,200,83,.1);transform:translateY(-2px)}.scam-icon{font-size:26px;margin-bottom:10px}.scam-card h4{font-size:14px;font-weight:700;color:#0d1117;margin:0 0 8px}.scam-card p{font-size:13px;color:#6b7280;margin:0;line-height:1.6}.h4h-checklist{list-style:none;padding:0;margin:14px 0}.h4h-checklist li{padding:9px 0;font-size:15px;color:#374151;display:flex;align-items:flex-start;gap:10px;border-bottom:1px solid #f3f4f6}.h4h-checklist li::before{content:"✓";color:#00c853;font-weight:900;flex-shrink:0;margin-top:1px}.h4h-table-wrap{overflow-x:auto;margin:16px 0}.h4h-table{width:100%;border-collapse:collapse;font-size:14px;min-width:480px}.h4h-table thead tr{background:#0d1117;color:#fff}.h4h-table th{padding:13px 16px;text-align:left;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.h4h-table th:first-child{border-radius:8px 0 0 0}.h4h-table th:last-child{border-radius:0 8px 0 0}.h4h-table td{padding:12px 16px;border-bottom:1px solid #f3f4f6;color:#374151}.h4h-table tr:nth-child(even) td{background:#f9fafb}.td-green{color:#059669;font-weight:700}.td-orange{color:#d97706;font-weight:700}.td-red{color:#dc2626;font-weight:700}.h4h-warning{background:#fff7ed;border-left:4px solid #f59e0b;border-radius:0 8px 8px 0;padding:16px 20px;margin:20px 0;font-size:14px;color:#92400e}.h4h-warning a{color:#78350f;font-weight:700;text-decoration:none}.country-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:20px 0}.country-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:16px}.country-card h4{font-size:13px;font-weight:700;color:#0f3460;margin:0 0 6px}.country-card p{font-size:12px;color:#6b7280;margin:0;line-height:1.5}.faq-a a{color:#0f3460;font-weight:600;text-decoration:none}.faq-a a:hover{color:#00c853}@media (max-width:900px){.scam-grid{grid-template-columns:repeat(2,1fr)}.country-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.scam-grid{grid-template-columns:1fr}.country-grid{grid-template-columns:1fr}}