
  .tps-wrap{ font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif; color:#111827; line-height:1.65; }

  /* 直接吃所有標題，不用每個都加 class */
  .tps-wrap h1,
  .tps-wrap h2,
  .tps-wrap h3,
  .tps-wrap h4{
    color:#3598db !important;
    font-weight:800 !important;
  }

  .tps-wrap h1{ font-size:34px; margin:0 0 10px 0; line-height:1.15; }
  .tps-wrap h2{ font-size:26px; margin:26px 0 10px 0; line-height:1.2; }
  .tps-wrap h3{ font-size:20px; margin:18px 0 8px 0; line-height:1.25; }
  .tps-wrap h4{ font-size:16px; margin:14px 0 6px 0; line-height:1.3; }

  /* 你原本那套卡片/CTA如果要留也可以 */
  .tps-wrap .tps-card{ border:1px solid #e5e7eb; border-radius:14px; padding:14px 16px; background:#ffffff; }
  .tps-wrap .tps-cta{ border:2px solid #3598db; border-radius:14px; padding:14px 16px; background:#eff6ff; }

  .tps-wrap a{ color:#111827; text-decoration:underline; text-underline-offset:3px; }
  .tps-wrap a:hover{ color:#3598db; }
