<style>
  .tpma-wrap {
    font-family: inherit;
    padding: 2.5rem 0;
  }
  .tpma-wrap * {
    font-family: inherit;
    box-sizing: border-box;
  }
  .tpma-eyebrow {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #6140e8;
    margin: 0 0 0.6rem 0;
  }
  .tpma-two-col {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
  .tpma-left h2 {
    font-size: 1.75rem;
    font-weight: 700;
    color: inherit;
    margin: 0 0 1rem 0;
  }
  .tpma-left p {
    font-size: 15px;
    color: inherit;
    opacity: 0.75;
    line-height: 1.7;
    margin: 0 0 1rem 0;
  }
  .tpma-right p {
    font-size: 15px;
    color: inherit;
    opacity: 0.75;
    line-height: 1.7;
    margin: 0 0 1rem 0;
  }
  .tpma-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .tpma-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: inherit;
    opacity: 0.8;
    line-height: 1.6;
  }
  .tpma-benefits li::before {
    content: '';
    flex-shrink: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #6140e8;
    margin-top: 6px;
  }
  .tpma-notice {
    border-left: 3px solid #6140e8;
    padding: 0.85rem 1.1rem;
    background: #eeebfd;
    border-radius: 0 8px 8px 0;
    font-size: 13px;
    color: #3a20b0;
    line-height: 1.65;
    margin: 0;
  }
  .tpma-notice strong {
    font-weight: 600;
  }
</style>