/* Shared customer continuation surface; independent of marketing's CSS graph. */
.pc-cta-primary {
  box-sizing: border-box;
  display: inline-block;
  background: #F4610A;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  padding: 16px 28px;
  min-height: 52px;
  border-radius: 12px;
  text-align: center;
  transition: background .15s ease, box-shadow .15s ease;
}
.pc-cta-primary:hover { background: #B94300; color: #FFFFFF; text-decoration: none; }
.pc-cta-primary:focus-visible { outline: 3px solid #10233A; outline-offset: 2px; }
@media (max-width: 640px) { .pc-cta-primary { display: block; width: 100%; } }
