
  .tps-wrap{font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif; line-height:1.55; color:#0f172a;}
  .tps-grid{display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; margin:16px 0;}
  .tps-card{border:1px solid #e5e7eb; border-radius:14px; padding:16px; background:#fff;}
  .tps-h{margin:0 0 10px; font-weight:800; color:#0b65c2; font-size:18px;}
  .tps-card ul{margin:0; padding-left:18px;}
  .tps-kv{display:flex; gap:10px; flex-wrap:wrap; margin:8px 0 0;}
  .tps-tag{background:#f1f5f9; border:1px solid #e2e8f0; padding:6px 10px; border-radius:999px; font-size:13px;}
  .tps-note{border-left:4px solid #0b65c2; background:#f8fafc; padding:12px 14px; border-radius:10px; margin:14px 0;}
  .tps-cta{display:flex; gap:10px; flex-wrap:wrap; margin-top:10px;}
  .tps-btn{display:inline-block; text-decoration:none; border-radius:10px; padding:10px 12px; font-weight:700;}
  .tps-btn.primary{background:#0b65c2; color:#fff;}
  .tps-btn.secondary{border:1px solid #0b65c2; color:#0b65c2; background:#fff;}
  @media (max-width: 860px){.tps-grid{grid-template-columns:1fr;}}
