  .tj-cta-section .title {
  font-size: 52px !important;
  line-height: 1.15;
  }

  .service-actions {
    display: flex;
    flex-direction: row;
    gap: 25px;
    justify-content: center;
  }

  .product-regulatory-footer {
  font-size: 14px;
  line-height: 1.6;
  font-style: italic;
  color: #8a8a8a; /* lighter than body, not low-contrast */
  margin-top: 30px;
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
  }

  .product-support-links {
    margin-top: 40px;
  }

  .product-support-links .support-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .product-support-links .support-links {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 20px;
  }

  .product-support-links .support-links a {
    font-size: 14px;
    color: #6b6b6b;
    text-decoration: underline;
  }

    .status-pill {
      display: inline-block;
      margin-top: 6px;
      padding: 4px 10px;
      font-size: 13px;
      border-radius: 20px;
      background: rgba(255,255,255,0.1);
      color: #AAABB8;
    }

.pill {
  display: inline-block;
  margin-left: 8px;
  padding: 4px 10px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  color: #25274D; /* Palette A – Deep Navy */
  background-color: #EFF1F6;
  border-radius: 999px;
  vertical-align: middle;
  white-space: nowrap;
}

  @media (max-width: 991px) {
    .tj-cta-section .title {
      font-size: 38px;
    }
  }

  @media (max-width: 575px) {
    .tj-cta-section .title {
      font-size: 28px;
    }
  }
