
  .tps-desc { line-height:1.6; }
  .tps-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; margin-top:14px; }
  .tps-card { border:1px solid #e7eef7; border-radius:14px; padding:16px; background:#fff; }
  .tps-card h3 { margin:0 0 10px; font-size:16px; color:#0B5AAE; }
  .tps-card ul { margin:0; padding-left:18px; }
  .tps-note { margin-top:10px; padding:10px 12px; background:#f5f9ff; border:1px solid #e7eef7; border-radius:10px; font-size:13px; }
  @media (max-width: 768px){ .tps-grid{ grid-template-columns:1fr; } }
